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