Uses of Class
org.apache.maven.plugin.tools.model.Mojo

Packages that use Mojo
org.apache.maven.plugin.tools.model   
org.apache.maven.plugin.tools.model.io.xpp3   
 

Uses of Mojo in org.apache.maven.plugin.tools.model
 

Methods in org.apache.maven.plugin.tools.model with parameters of type Mojo
 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
 

Uses of Mojo in org.apache.maven.plugin.tools.model.io.xpp3
 

Methods in org.apache.maven.plugin.tools.model.io.xpp3 that return Mojo
private  Mojo PluginMetadataXpp3Reader.parseMojo(java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
          Method parseMojo
 

Methods in org.apache.maven.plugin.tools.model.io.xpp3 with parameters of type Mojo
private  void PluginMetadataXpp3Writer.writeMojo(Mojo mojo, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeMojo