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<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.
|
public PluginMetadata()
public String getModelEncoding()
public void removeMojo(Mojo mojo)
mojo
- public void setModelEncoding(String modelEncoding)
modelEncoding
- Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.