Interface JavaToolChain
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 Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionReturns a human consumable name for this tool chain.getName()The object's name.The version of the toolchain.
-
Method Details
-
getVersion
-
getDisplayName
Returns a human consumable name for this tool chain.- Specified by:
getDisplayNamein interfaceToolChain
-
getName
-