Modifier and Type | Method and Description |
---|---|
ToolchainModel.Builder |
ToolchainModel.Builder.configuration(Dom configuration) |
static ToolchainModel.Builder |
ToolchainModel.newBuilder()
Creates a new
ToolchainModel builder instance. |
static ToolchainModel.Builder |
ToolchainModel.newBuilder(boolean withDefaults)
Creates a new
ToolchainModel builder instance using default values or not. |
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. |
ToolchainModel.Builder |
ToolchainModel.Builder.provides(Map<String,String> provides) |
ToolchainModel.Builder |
ToolchainModel.Builder.type(String type) |
ToolchainModel.Builder |
ToolchainModel.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.