Package | Description |
---|---|
org.apache.maven.tools.plugin.extractor.model | |
org.apache.maven.tools.plugin.extractor.model.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Mojo> |
PluginMetadata.mojos
Field mojos.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Mojo> |
PluginMetadata.getMojos()
Method getMojos.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginMetadata.addMojo(Mojo mojo)
Method addMojo.
|
private org.apache.maven.plugin.descriptor.MojoDescriptor |
PluginMetadataParser.asDescriptor(java.io.File metadataFile,
Mojo mojo) |
void |
PluginMetadata.removeMojo(Mojo mojo)
Method removeMojo.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginMetadata.setMojos(java.util.List<Mojo> mojos)
Set the list of mojos contained in the accompanying script.
|
Modifier and Type | Method and Description |
---|---|
private Mojo |
PluginMetadataXpp3Reader.parseMojo(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseMojo.
|
Modifier and Type | Method and Description |
---|---|
private void |
PluginMetadataXpp3Writer.writeMojo(Mojo mojo,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeMojo.
|