org.apache.maven.tools.plugin.extractor
Interface MojoDescriptorExtractor

All Known Implementing Classes:
AbstractScriptedMojoDescriptorExtractor

public interface MojoDescriptorExtractor

Author:
jdcasey

Field Summary
static String ROLE
           
 
Method Summary
 List execute(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

execute

List execute(org.apache.maven.project.MavenProject project,
             org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
             throws ExtractionException,
                    org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
Throws:
ExtractionException
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.