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

All Known Implementing Classes:
AbstractScriptedMojoDescriptorExtractor

public interface MojoDescriptorExtractor

Author:
jdcasey

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

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

execute

java.util.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-2011 Apache Software Foundation. All Rights Reserved.