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