Uses of Class
org.apache.maven.toolchain.model.ToolchainModel
Packages that use ToolchainModel
Package
Description
-
Uses of ToolchainModel in org.apache.maven.execution
Fields in org.apache.maven.execution with type parameters of type ToolchainModelModifier and TypeFieldDescriptionprivate Map<String, List<ToolchainModel>> DefaultMavenExecutionRequest.toolchainsMethods 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
Fields in org.apache.maven.toolchain declared as ToolchainModelMethods 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.Method parameters in org.apache.maven.toolchain with type arguments of type ToolchainModelModifier and TypeMethodDescriptionDefaultToolchainManager.selectToolchains(List<ToolchainModel> models, String type, Map<String, String> requirements) Constructors in org.apache.maven.toolchain with parameters of type ToolchainModelModifierConstructorDescriptionprotectedDefaultToolchain(ToolchainModel model, String type, org.slf4j.Logger logger) protectedDefaultToolchain(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.(package private)JavaToolchainImpl(ToolchainModel model, org.slf4j.Logger logger) -
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)