Uses of Class
org.apache.maven.plugin.descriptor.PluginDescriptor

Packages that use PluginDescriptor
org.apache.maven.plugin.descriptor   
 

Uses of PluginDescriptor in org.apache.maven.plugin.descriptor
 

Methods in org.apache.maven.plugin.descriptor that return PluginDescriptor
 PluginDescriptor PluginDescriptorBuilder.build(Reader reader)
           
 PluginDescriptor PluginDescriptorBuilder.build(Reader reader, String source)
           
 PluginDescriptor MojoDescriptor.getPluginDescriptor()
           
 

Methods in org.apache.maven.plugin.descriptor with parameters of type PluginDescriptor
 MojoDescriptor PluginDescriptorBuilder.buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c, PluginDescriptor pluginDescriptor)
           
 void MojoDescriptor.setPluginDescriptor(PluginDescriptor pluginDescriptor)
           
 



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