org.apache.maven.tools.plugin.scanner
Interface MojoScanner
- All Known Implementing Classes:
- DefaultMojoScanner
public interface MojoScanner
- Author:
- jdcasey
Method Summary |
void |
populatePluginDescriptor(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
|
void |
setActiveExtractors(Set extractors)
Sets the active extractors. |
ROLE
static final String ROLE
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
setActiveExtractors
void setActiveExtractors(Set extractors)
- Sets the active extractors.
Only the specified extractors will be used, all others will be skipped.
- Parameters:
extractors
- The names of the sctive extractors. If this parameter is null
,
all the scanner's extractors are considered active. Set entries that are
null
or empty ("") will be ignored.
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.