Package org.gradle.platform.base
Interface ToolChainRegistry<P extends Platform,T extends ToolChain> 
- Type Parameters:
- P- the Platform type
- T- the ToolChain type
- All Known Subinterfaces:
- NativeToolChainRegistry
A Provider of 
ToolChains.- 
Method SummaryModifier and TypeMethodDescriptiongetForPlatform(P targetPlatform) Returns the best tool chain to build for the target platform.
- 
Method Details- 
getForPlatformReturns the best tool chain to build for the target platform.
 
-