Modifier and Type | Method and Description |
---|---|
ToolchainModel |
ToolchainModel.Builder.build() |
static ToolchainModel |
ToolchainModel.newInstance()
Creates a new
ToolchainModel instance. |
static ToolchainModel |
ToolchainModel.newInstance(boolean withDefaults)
Creates a new
ToolchainModel instance using default values or not. |
ToolchainModel |
ToolchainModel.withConfiguration(Dom configuration)
Creates a new
ToolchainModel instance using the specified configuration. |
ToolchainModel |
ToolchainModel.withProvides(Map<String,String> provides)
Creates a new
ToolchainModel instance using the specified provides. |
ToolchainModel |
ToolchainModel.withType(String type)
Creates a new
ToolchainModel instance using the specified type. |
Modifier and Type | Method and Description |
---|---|
List<ToolchainModel> |
PersistedToolchains.getToolchains()
The toolchain instance definition.
|
Modifier and Type | Method and Description |
---|---|
static ToolchainModel.Builder |
ToolchainModel.newBuilder(ToolchainModel from)
Creates a new
ToolchainModel builder instance using the specified object as a basis. |
static ToolchainModel.Builder |
ToolchainModel.newBuilder(ToolchainModel from,
boolean forceCopy)
Creates a new
ToolchainModel builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
PersistedToolchains.Builder |
PersistedToolchains.Builder.toolchains(Collection<ToolchainModel> toolchains) |
PersistedToolchains |
PersistedToolchains.withToolchains(Collection<ToolchainModel> toolchains)
Creates a new
PersistedToolchains instance using the specified toolchains. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.