JavaToolChain

API Documentation:JavaToolChain

Note: This class is incubating and may change in a future version of Gradle.

A set of tools for building from Java source.

A JavaToolChain is able to:

  • Compile Java source to bytecode.
  • Generate Javadoc from Java source.

Properties

PropertyDescription
displayName
Incubating

Returns a human consumable name for this tool chain.

Methods

No methods

Script blocks

No script blocks

Property details

String displayName (read-only)

Note: This property is incubating and may change in a future version of Gradle.

Returns a human consumable name for this tool chain.