public class PersistedToolchains extends Object implements Serializable
<toolchains>
element is the root
of the descriptor.
The following table lists all of the possible child
elements.Constructor and Description |
---|
PersistedToolchains() |
Modifier and Type | Method and Description |
---|---|
void |
addToolchain(ToolchainModel toolchainModel)
Method addToolchain.
|
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 definition.
|
public PersistedToolchains()
public void addToolchain(ToolchainModel toolchainModel)
toolchainModel
- 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–2013 The Apache Software Foundation. All rights reserved.