|
||||||||||
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.
Constructor Summary | |
---|---|
PluginMetadata()
|
Method Summary | |
---|---|
void |
addMojo(Mojo mojo)
Method addMojo |
String |
getModelEncoding()
|
List |
getMojos()
Method getMojos |
void |
removeMojo(Mojo mojo)
Method removeMojo |
void |
setModelEncoding(String modelEncoding)
|
void |
setMojos(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 |
Constructor Detail |
---|
public PluginMetadata()
Method Detail |
---|
public void addMojo(Mojo mojo)
mojo
- public List getMojos()
public void removeMojo(Mojo mojo)
mojo
- public void setMojos(List mojos)
mojos
- public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |