P
- the Platform typeT
- the ToolChain typeJavaToolChainRegistry
, NativeToolChainRegistry
@Incubating public interface ToolChainRegistry<P extends Platform,T extends ToolChain>
ToolChain
s.Modifier and Type | Method | Description |
---|---|---|
T |
getForPlatform(P targetPlatform) |
Returns the best tool chain to build for the target platform.
|