Uses of Class
org.apache.maven.tools.plugin.extractor.model.Mojo
-
Packages that use Mojo Package Description org.apache.maven.tools.plugin.extractor.model org.apache.maven.tools.plugin.extractor.model.io.xpp3 -
-
Uses of Mojo in org.apache.maven.tools.plugin.extractor.model
Fields in org.apache.maven.tools.plugin.extractor.model with type parameters of type Mojo Modifier and Type Field Description private java.util.List<Mojo>
PluginMetadata. mojos
Field mojos.Methods in org.apache.maven.tools.plugin.extractor.model that return types with arguments of type Mojo Modifier and Type Method Description java.util.List<Mojo>
PluginMetadata. getMojos()
Method getMojos.Methods in org.apache.maven.tools.plugin.extractor.model with parameters of type Mojo Modifier and Type Method 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.Method parameters in org.apache.maven.tools.plugin.extractor.model with type arguments of type Mojo Modifier and Type Method Description void
PluginMetadata. setMojos(java.util.List<Mojo> mojos)
Set the list of mojos contained in the accompanying script. -
Uses of Mojo in org.apache.maven.tools.plugin.extractor.model.io.xpp3
Methods in org.apache.maven.tools.plugin.extractor.model.io.xpp3 that return Mojo Modifier and Type Method Description private Mojo
PluginMetadataXpp3Reader. parseMojo(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseMojo.Methods in org.apache.maven.tools.plugin.extractor.model.io.xpp3 with parameters of type Mojo Modifier and Type Method Description private void
PluginMetadataXpp3Writer. writeMojo(Mojo mojo, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeMojo.
-