public class ToolchainModel
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ToolchainModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getConfiguration()
Get the configuration field.
|
java.lang.Object |
getProvides()
Get the provides field.
|
java.lang.String |
getType()
Get type of toolchain.
|
void |
setConfiguration(java.lang.Object configuration)
Set the configuration field.
|
void |
setProvides(java.lang.Object provides)
Set the provides field.
|
void |
setType(java.lang.String type)
Set type of toolchain.
|
public java.lang.Object getConfiguration()
public java.lang.Object getProvides()
public java.lang.String getType()
public void setConfiguration(java.lang.Object configuration)
configuration - public void setProvides(java.lang.Object provides)
provides - public void setType(java.lang.String type)
type -