@Incubating public interface JavaToolChain extends ToolChain
A JavaToolChain
is able to:
Named.Namer
Modifier and Type | Method and 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.
|
@Internal String getDisplayName()
getDisplayName
in interface ToolChain