Uses of Class
org.apache.maven.toolchain.model.ToolchainModel
Packages that use ToolchainModel
Package
Description
-
Uses of ToolchainModel in org.apache.maven.toolchain
Methods in org.apache.maven.toolchain that return ToolchainModelModifier and TypeMethodDescriptionfinal ToolchainModelDefaultToolchain.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 ToolchainModelModifierConstructorDescriptionprotectedDefaultToolchain(ToolchainModel model, String type, org.codehaus.plexus.logging.Logger logger) protectedDefaultToolchain(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 ToolchainModelModifier and TypeMethodDescriptionDefaultJavaToolchainFactory.createToolchain(ToolchainModel model) Constructors in org.apache.maven.toolchain.java with parameters of type ToolchainModelModifierConstructorDescriptionDefaultJavaToolChain(ToolchainModel model, org.codehaus.plexus.logging.Logger logger) -
Uses of ToolchainModel in org.apache.maven.toolchain.model
Methods 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 TypeMethodDescriptionvoidPersistedToolchains.addToolchain(ToolchainModel toolchainModel) Method addToolchain.voidPersistedToolchains.removeToolchain(ToolchainModel toolchainModel) Method removeToolchain.Method parameters in org.apache.maven.toolchain.model with type arguments of type ToolchainModelModifier and TypeMethodDescriptionvoidPersistedToolchains.setToolchains(List<ToolchainModel> toolchains) Set the toolchain definition.