Package org.gradle.jvm.toolchain
Interface JavaToolChain
-
@Incubating public interface JavaToolChain extends ToolChain
A set of tools for building from Java source.A
JavaToolChain
is able to:- Compile Java source to bytecode.
- Generate Javadoc from Java source.
-
-
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 String
getDisplayName()
Returns a human consumable name for this tool chain.String
getName()
The object's name.String
getVersion()
The version of the toolchain.
-
-
-
Method Detail
-
getDisplayName
@Internal String getDisplayName()
Returns a human consumable name for this tool chain.- Specified by:
getDisplayName
in interfaceToolChain
-
-