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