|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.toolchain.model.PersistedToolchains
public class PersistedToolchains
The <toolchains>
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()
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. |
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 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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |