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. mojosField 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 voidPluginMetadata. addMojo(Mojo mojo)Method addMojo.private org.apache.maven.plugin.descriptor.MojoDescriptorPluginMetadataParser. asDescriptor(java.io.File metadataFile, Mojo mojo)voidPluginMetadata. 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 voidPluginMetadata. 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 MojoPluginMetadataXpp3Reader. 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 voidPluginMetadataXpp3Writer. writeMojo(Mojo mojo, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeMojo.
-