Uses of Class
org.apache.maven.api.toolchain.ToolchainModel
-
Uses of ToolchainModel in org.apache.maven.api.toolchain
Modifier 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
(XmlNode 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.Modifier and TypeMethodDescriptionPersistedToolchains.getToolchains()
The toolchain instance definition.Modifier 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.Modifier and TypeMethodDescriptionPersistedToolchains.Builder.toolchains
(Collection<ToolchainModel> toolchains) PersistedToolchains.withToolchains
(Collection<ToolchainModel> toolchains) Creates a newPersistedToolchains
instance using the specified toolchains.