public interface MojoScanner
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROLE
Plexus role for lookup
|
Modifier and Type | Method and Description |
---|---|
void |
populatePluginDescriptor(PluginToolsRequest request) |
void |
setActiveExtractors(java.util.Set<java.lang.String> extractors)
Sets the active extractors.
|
void populatePluginDescriptor(PluginToolsRequest request) throws ExtractionException, org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
request
- not nullExtractionException
- if anyorg.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
- if anyvoid setActiveExtractors(java.util.Set<java.lang.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.