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 ToolchainModelDefaultToolchain.getModel()Deprecated.ToolchainPrivate.getModel()Deprecated.Methods in org.apache.maven.toolchain with parameters of type ToolchainModelModifier and TypeMethodDescriptionToolchainFactory.createToolchain(ToolchainModel model) Deprecated.Create instance of toolchain.Constructors in org.apache.maven.toolchain with parameters of type ToolchainModelModifierConstructorDescriptionprotectedDefaultToolchain(ToolchainModel model, String type, org.slf4j.Logger logger) Deprecated.protectedDefaultToolchain(ToolchainModel model, org.slf4j.Logger logger) Deprecated. -
Uses of ToolchainModel in org.apache.maven.toolchain.java
Methods in org.apache.maven.toolchain.java with parameters of type ToolchainModelModifier and TypeMethodDescriptionJavaToolchainFactory.createToolchain(ToolchainModel model) Deprecated.Constructors 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.merge
Methods in org.apache.maven.toolchain.merge with parameters of type ToolchainModelModifier and TypeMethodDescriptionprotected ObjectMavenToolchainMerger.getToolchainModelKey(ToolchainModel model) Deprecated.protected voidMavenToolchainMerger.mergeToolchainModelConfiguration(ToolchainModel target, ToolchainModel source) 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 TypeMethodDescriptionvoidPersistedToolchains.addToolchain(ToolchainModel toolchain) voidPersistedToolchains.removeToolchain(ToolchainModel toolchain) Method parameters in org.apache.maven.toolchain.model with type arguments of type ToolchainModelModifier and TypeMethodDescriptionvoidPersistedToolchains.setToolchains(List<ToolchainModel> toolchains) static List<ToolchainModel> ToolchainModel.toolchainModelToApiV4(List<ToolchainModel> list)