Uses of Class
org.apache.maven.api.toolchain.ToolchainModel
-
Uses of ToolchainModel in org.apache.maven.api.toolchain
Methods in org.apache.maven.api.toolchain that return ToolchainModelModifier and TypeMethodDescriptionToolchainModel.Builder.build()
static ToolchainModel
ToolchainModel.newInstance()
Creates a newToolchainModel
instance.static ToolchainModel
ToolchainModel.newInstance
(boolean withDefaults) Creates a newToolchainModel
instance using default values or not.ToolchainModel.withConfiguration
(Dom configuration) Creates a newToolchainModel
instance using the specified configuration.ToolchainModel.withProvides
(Map<String, String> provides) Creates a newToolchainModel
instance using the specified provides.Creates a newToolchainModel
instance using the specified type.Methods in org.apache.maven.api.toolchain that return types with arguments of type ToolchainModelModifier and TypeMethodDescriptionPersistedToolchains.getToolchains()
The toolchain instance definition.Methods in org.apache.maven.api.toolchain with parameters of type ToolchainModelModifier and TypeMethodDescriptionstatic ToolchainModel.Builder
ToolchainModel.newBuilder
(ToolchainModel from) Creates a newToolchainModel
builder instance using the specified object as a basis.static ToolchainModel.Builder
ToolchainModel.newBuilder
(ToolchainModel from, boolean forceCopy) Creates a newToolchainModel
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.toolchain with type arguments of type ToolchainModelModifier and TypeMethodDescriptionPersistedToolchains.Builder.toolchains
(Collection<ToolchainModel> toolchains) PersistedToolchains.withToolchains
(Collection<ToolchainModel> toolchains) Creates a newPersistedToolchains
instance using the specified toolchains.