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

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

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

Methods in org.apache.maven.plugin.tools.model that return types with arguments of type Mojo
 List<Mojo> PluginMetadata.getMojos()
          Method getMojos.
 

Methods in org.apache.maven.plugin.tools.model with parameters of type Mojo
 void PluginMetadata.addMojo(Mojo mojo)
          Method addMojo.
 void PluginMetadata.removeMojo(Mojo mojo)
          Method removeMojo.
 

Method parameters in org.apache.maven.plugin.tools.model with type arguments of type Mojo
 void PluginMetadata.setMojos(List<Mojo> mojos)
          Set the list of mojos contained in the accompanying script.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.