|
||||||||||
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. |
java.lang.String |
getModelEncoding()
Get the modelEncoding field. |
java.util.List |
getToolchains()
Method getToolchains. |
void |
removeToolchain(ToolchainModel toolchainModel)
Method removeToolchain. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set the modelEncoding field. |
void |
setToolchains(java.util.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 java.lang.String getModelEncoding()
public java.util.List getToolchains()
public void removeToolchain(ToolchainModel toolchainModel)
toolchainModel
- public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- public void setToolchains(java.util.List toolchains)
toolchains
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |