|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.tools.model.PluginMetadata
public class PluginMetadata
Root element of a script-based mojo's plugin metadata bindings.
Field Summary | |
---|---|
private java.lang.String |
modelEncoding
|
private java.util.List |
mojos
Field mojos |
Constructor Summary | |
---|---|
PluginMetadata()
|
Method Summary | |
---|---|
void |
addMojo(Mojo mojo)
Method addMojo |
java.lang.String |
getModelEncoding()
|
java.util.List |
getMojos()
Method getMojos |
void |
removeMojo(Mojo mojo)
Method removeMojo |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setMojos(java.util.List mojos)
Set The list of mojos contained in the accompanying script. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List mojos
private java.lang.String modelEncoding
Constructor Detail |
---|
public PluginMetadata()
Method Detail |
---|
public void addMojo(Mojo mojo)
mojo
- public java.util.List getMojos()
public void removeMojo(Mojo mojo)
mojo
- public void setMojos(java.util.List mojos)
mojos
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |