Uses of Class
org.apache.maven.toolchain.model.ToolchainModel
Package
Description
-
Uses of ToolchainModel in org.apache.maven.execution
Modifier and TypeMethodDescriptionDefaultMavenExecutionRequest.getToolchains()
MavenExecutionRequest.getToolchains()
Modifier and TypeMethodDescriptionDefaultMavenExecutionRequest.setToolchains
(Map<String, List<ToolchainModel>> toolchains) MavenExecutionRequest.setToolchains
(Map<String, List<ToolchainModel>> toolchains) -
Uses of ToolchainModel in org.apache.maven.toolchain
Modifier and TypeMethodDescriptionfinal ToolchainModel
DefaultToolchain.getModel()
ToolchainPrivate.getModel()
Modifier and TypeMethodDescriptionToolchainFactory.createToolchain
(ToolchainModel model) Create instance of toolchain.ModifierConstructorDescriptionprotected
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
ModifierConstructorDescriptionDefaultJavaToolChain
(ToolchainModel model, org.codehaus.plexus.logging.Logger logger) Deprecated. -
Uses of ToolchainModel in org.apache.maven.toolchain.merge
Modifier and TypeMethodDescriptionprotected Object
MavenToolchainMerger.getToolchainModelKey
(ToolchainModel model) protected void
MavenToolchainMerger.mergeToolchainModelConfiguration
(ToolchainModel target, ToolchainModel source) -
Uses of ToolchainModel in org.apache.maven.toolchain.model
Modifier and TypeMethodDescriptionvoid
PersistedToolchains.addToolchain
(ToolchainModel toolchainModel) Method addToolchain.void
PersistedToolchains.removeToolchain
(ToolchainModel toolchainModel) Method removeToolchain.Modifier and TypeMethodDescriptionvoid
PersistedToolchains.setToolchains
(List<ToolchainModel> toolchains) Set the toolchain instance definition.