org.apache.maven.tools.plugin.scanner
Interface MojoScanner

All Known Implementing Classes:
DefaultMojoScanner

public interface MojoScanner

Author:
jdcasey

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

Field Detail

ROLE

static final String ROLE
Method Detail

populatePluginDescriptor

void populatePluginDescriptor(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 © 2001-2007 Apache Software Foundation. All Rights Reserved.