Package org.gradle.jvm.toolchain
Interface JavaToolChain
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()Returns a human consumable name for this tool chain.StringgetName()The object's name.StringgetVersion()The version of the toolchain.
-
-
-
Method Detail
-
getDisplayName
@Internal String getDisplayName()
Returns a human consumable name for this tool chain.- Specified by:
getDisplayNamein interfaceToolChain
-
-