|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.toolchain.model.PersistedToolchains
public class PersistedToolchains
The <project> element is the root of
the descriptor.
The following table lists all of the possible child
elements.
| Constructor Summary | |
|---|---|
PersistedToolchains()
|
|
| Method Summary | |
|---|---|
void |
addToolchain(ToolchainModel toolchainModel)
Method addToolchain. |
String |
getModelEncoding()
|
List |
getToolchains()
Method getToolchains. |
void |
removeToolchain(ToolchainModel toolchainModel)
Method removeToolchain. |
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setToolchains(List toolchains)
Set the toolchain definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistedToolchains()
| Method Detail |
|---|
public void addToolchain(ToolchainModel toolchainModel)
toolchainModel - public List getToolchains()
public void removeToolchain(ToolchainModel toolchainModel)
toolchainModel - public void setToolchains(List toolchains)
toolchains - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||