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
@Incubating public interface ToolChainRegistry<P extends Platform,T extends ToolChain>
A Provider ofToolChain
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getForPlatform(P targetPlatform)
Returns the best tool chain to build for the target platform.
-