public interface MojoScanner
| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE
Plexus role for lookup
|
| Modifier and Type | Method and Description |
|---|---|
void |
populatePluginDescriptor(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
Deprecated.
Use
populatePluginDescriptor(PluginToolsRequest) instead.
Provided for backward compatibility with maven-plugin-plugin < 2.5. |
void |
populatePluginDescriptor(PluginToolsRequest request) |
void |
setActiveExtractors(Set<String> extractors)
Sets the active extractors.
|
static final String ROLE
void populatePluginDescriptor(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
throws ExtractionException,
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
populatePluginDescriptor(PluginToolsRequest) instead.
Provided for backward compatibility with maven-plugin-plugin < 2.5.project - not nullpluginDescriptor - not nullExtractionException - if anyorg.apache.maven.plugin.descriptor.InvalidPluginDescriptorException - if anyvoid populatePluginDescriptor(PluginToolsRequest request) throws ExtractionException, org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
request - not nullExtractionException - if anyorg.apache.maven.plugin.descriptor.InvalidPluginDescriptorException - if anyvoid setActiveExtractors(Set<String> extractors)
extractors - The names of the active 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 © 2004-2015 The Apache Software Foundation. All Rights Reserved.