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.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 ToolchainModelConstructors in org.apache.maven.toolchain.java with parameters of type ToolchainModelModifierConstructorDescriptionDefaultJavaToolChain(ToolchainModel model, org.codehaus.plexus.logging.Logger logger) Deprecated.(package private)JavaToolchainImpl(ToolchainModel model, org.codehaus.plexus.logging.Logger logger) -
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) protected voidMavenToolchainMerger.mergeToolchainModelConfiguration(ToolchainModel target, ToolchainModel source) Method parameters in org.apache.maven.toolchain.merge with type arguments of type ToolchainModelModifier and TypeMethodDescriptionprivate voidMavenToolchainMerger.shallowMerge(List<ToolchainModel> dominant, List<ToolchainModel> recessive, String recessiveSourceLevel) -
Uses of ToolchainModel in org.apache.maven.toolchain.model
Fields in org.apache.maven.toolchain.model with type parameters of type ToolchainModelModifier and TypeFieldDescriptionprivate List<ToolchainModel> PersistedToolchains.toolchainsField toolchains.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 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 instance definition. -
Uses of ToolchainModel in org.apache.maven.toolchain.model.io.xpp3
Methods in org.apache.maven.toolchain.model.io.xpp3 that return ToolchainModelModifier and TypeMethodDescriptionprivate ToolchainModelMavenToolchainsXpp3Reader.parseToolchainModel(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseToolchainModel.Methods in org.apache.maven.toolchain.model.io.xpp3 with parameters of type ToolchainModelModifier and TypeMethodDescriptionprivate voidMavenToolchainsXpp3Writer.writeToolchainModel(ToolchainModel toolchainModel, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeToolchainModel.