public class PersistedToolchains extends TrackableBase implements Serializable, Cloneable
<toolchains>
element is the root
of the descriptor.
The following table lists all of the possible child
elements.GLOBAL_LEVEL, USER_LEVEL
Constructor and Description |
---|
PersistedToolchains() |
Modifier and Type | Method and Description |
---|---|
void |
addToolchain(ToolchainModel toolchainModel)
Method addToolchain.
|
PersistedToolchains |
clone()
Method clone.
|
String |
getModelEncoding()
Get the modelEncoding field.
|
List<ToolchainModel> |
getToolchains()
Method getToolchains.
|
void |
removeToolchain(ToolchainModel toolchainModel)
Method removeToolchain.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setToolchains(List<ToolchainModel> toolchains)
Set the toolchain instance definition.
|
getSourceLevel, setSourceLevel
public void addToolchain(ToolchainModel toolchainModel)
toolchainModel
- public PersistedToolchains clone()
clone
in class TrackableBase
public String getModelEncoding()
public List<ToolchainModel> getToolchains()
public void removeToolchain(ToolchainModel toolchainModel)
toolchainModel
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setToolchains(List<ToolchainModel> toolchains)
toolchains
- Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.