Uses of Class
org.apache.maven.toolchain.model.ToolchainModel
Packages that use ToolchainModel
Package
Description
-
Uses of ToolchainModel in org.apache.maven.execution
Methods in org.apache.maven.execution that return types with arguments of type ToolchainModelModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.getToolchains()
MavenExecutionRequest.getToolchains()
Method parameters in org.apache.maven.execution with type arguments of type ToolchainModelModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.setToolchains
(Map<String, List<ToolchainModel>> toolchains) MavenExecutionRequest.setToolchains
(Map<String, List<ToolchainModel>> toolchains) -
Uses of ToolchainModel in org.apache.maven.toolchain
Methods in org.apache.maven.toolchain that return ToolchainModelModifier and TypeMethodDescriptionfinal ToolchainModel
DefaultToolchain.getModel()
ToolchainPrivate.getModel()
Methods in org.apache.maven.toolchain with parameters of type ToolchainModelModifier and TypeMethodDescriptionToolchainFactory.createToolchain
(ToolchainModel model) Create instance of toolchain.Constructors in org.apache.maven.toolchain with parameters of type ToolchainModelModifierConstructorDescriptionprotected
DefaultToolchain
(ToolchainModel model, String type, org.slf4j.Logger logger) protected
DefaultToolchain
(ToolchainModel model, org.slf4j.Logger logger) -
Uses of ToolchainModel in org.apache.maven.toolchain.java
Methods in org.apache.maven.toolchain.java with parameters of type ToolchainModelConstructors in org.apache.maven.toolchain.java with parameters of type ToolchainModelModifierConstructorDescriptionDefaultJavaToolChain
(ToolchainModel model, org.slf4j.Logger logger) Deprecated. -
Uses of ToolchainModel in org.apache.maven.toolchain.model
Methods in org.apache.maven.toolchain.model that return ToolchainModelMethods in org.apache.maven.toolchain.model that return types with arguments of type ToolchainModelModifier and TypeMethodDescriptionPersistedToolchains.getToolchains()
static List<ToolchainModel>
ToolchainModel.toolchainModelToApiV3
(List<ToolchainModel> list) Methods in org.apache.maven.toolchain.model with parameters of type ToolchainModelModifier and TypeMethodDescriptionvoid
PersistedToolchains.addToolchain
(ToolchainModel toolchain) Method parameters in org.apache.maven.toolchain.model with type arguments of type ToolchainModelModifier and TypeMethodDescriptionvoid
PersistedToolchains.setToolchains
(List<ToolchainModel> toolchains) static List<ToolchainModel>
ToolchainModel.toolchainModelToApiV4
(List<ToolchainModel> list)