Uses of Class
org.apache.maven.plugin.descriptor.model.MojoDescriptor

Packages that use MojoDescriptor
org.apache.maven.plugin.descriptor.model   
 

Uses of MojoDescriptor in org.apache.maven.plugin.descriptor.model
 

Methods in org.apache.maven.plugin.descriptor.model that return types with arguments of type MojoDescriptor
 List<MojoDescriptor> PluginDescriptor.getMojos()
          Method getMojos.
 

Methods in org.apache.maven.plugin.descriptor.model with parameters of type MojoDescriptor
 void PluginDescriptor.addMojo(MojoDescriptor mojoDescriptor)
          Method addMojo.
 void PluginDescriptor.removeMojo(MojoDescriptor mojoDescriptor)
          Method removeMojo.
 

Method parameters in org.apache.maven.plugin.descriptor.model with type arguments of type MojoDescriptor
 void PluginDescriptor.setMojos(List<MojoDescriptor> mojos)
          Set description of each Mojo provided by the plugin.
 



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