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