- TOOLCHAIN_TYPE_JDK - Static variable in class org.apache.maven.plugins.toolchain.jdk.SelectJdkToolchainMojo
-
- ToolchainConverter - Class in org.apache.maven.plugins.toolchain
-
Custom Plexus ConfigurationConverter to instantiate ToolchainRequirement
from configuration.
- ToolchainConverter() - Constructor for class org.apache.maven.plugins.toolchain.ToolchainConverter
-
- ToolchainDiscoverer - Class in org.apache.maven.plugins.toolchain.jdk
-
Toolchain discoverer service: tries JAVA{xx}_HOME
environment variables, third party installers and
OS-specific locations.
- ToolchainDiscoverer() - Constructor for class org.apache.maven.plugins.toolchain.jdk.ToolchainDiscoverer
-
- ToolchainMojo - Class in org.apache.maven.plugins.toolchain
-
Check that toolchains requirements are met by currently configured toolchains in toolchains.xml
and
store the selected toolchain in build context for later retrieval by other plugins.
- ToolchainMojo() - Constructor for class org.apache.maven.plugins.toolchain.ToolchainMojo
-
- ToolchainsRequirement - Class in org.apache.maven.plugins.toolchain
-
Type for plugin's toolchain
attribute representing toolchains requirements.
- ToolchainsRequirement() - Constructor for class org.apache.maven.plugins.toolchain.ToolchainsRequirement
-