|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.toolchain.model.ToolchainModel
public class ToolchainModel
Class ToolchainModel.
| Constructor Summary | |
|---|---|
ToolchainModel()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getConfiguration()
Get the configuration field. |
java.lang.String |
getModelEncoding()
|
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 |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setProvides(java.lang.Object provides)
Set the provides field. |
void |
setType(java.lang.String type)
Set Type of toolchain. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToolchainModel()
| Method Detail |
|---|
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 - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||