Package org.gradle.platform.base
Interface ToolChain
- All Superinterfaces:
- Named
- All Known Subinterfaces:
- Clang,- Gcc,- GccCompatibleToolChain,- NativeToolChain,- Swiftc,- VisualCpp
A set of compilers that are used together to construct binaries.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns a human consumable name for this tool chain.
- 
Method Details- 
getDisplayNameString getDisplayName()Returns a human consumable name for this tool chain.- Since:
- 1.11
 
 
-