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.codehaus.plexus.logging.Logger logger) protected
DefaultToolchain
(ToolchainModel model, org.codehaus.plexus.logging.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.codehaus.plexus.logging.Logger logger) Deprecated. -
Uses of ToolchainModel in org.apache.maven.toolchain.merge
Methods in org.apache.maven.toolchain.merge with parameters of type ToolchainModelModifier and TypeMethodDescriptionprotected Object
MavenToolchainMerger.getToolchainModelKey
(ToolchainModel model) protected void
MavenToolchainMerger.mergeToolchainModelConfiguration
(ToolchainModel target, ToolchainModel source) -
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 ToolchainModelMethods in org.apache.maven.toolchain.model with parameters of type ToolchainModelModifier and TypeMethodDescriptionvoid
PersistedToolchains.addToolchain
(ToolchainModel toolchainModel) Method addToolchain.void
PersistedToolchains.removeToolchain
(ToolchainModel toolchainModel) Method removeToolchain.Method parameters in org.apache.maven.toolchain.model with type arguments of type ToolchainModelModifier and TypeMethodDescriptionvoid
PersistedToolchains.setToolchains
(List<ToolchainModel> toolchains) Set the toolchain instance definition.