JavaToolchainService

Allows to query for toolchain managed tools, like JavaCompiler, JavaLauncher and JavadocTool.

An instance of this service is available for injection into tasks, plugins and other types.

Since

6.7

Functions

Link copied to clipboard
Obtain a JavaCompiler matching the JavaToolchainSpec, as configured by the provided action.
Obtain a JavaCompiler matching the JavaToolchainSpec.
Link copied to clipboard
Obtain a JavadocTool matching the JavaToolchainSpec, as configured by the provided action.
Obtain a JavadocTool matching the JavaToolchainSpec.
Link copied to clipboard
Obtain a JavaLauncher matching the JavaToolchainSpec, as configured by the provided action.
Obtain a JavaLauncher matching the JavaToolchainSpec.