public class PluginMetadata extends Object implements Serializable
Constructor and Description |
---|
PluginMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
addMojo(Mojo mojo)
Method addMojo.
|
String |
getModelEncoding()
Get the modelEncoding field.
|
List |
getMojos()
Method getMojos.
|
void |
removeMojo(Mojo mojo)
Method removeMojo.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setMojos(List mojos)
Set the list of mojos contained in the accompanying script.
|
public void addMojo(Mojo mojo)
mojo
- public String getModelEncoding()
public List getMojos()
public void removeMojo(Mojo mojo)
mojo
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setMojos(List mojos)
mojos
- Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.