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