Interface MojoScanner
- All Known Implementing Classes:
DefaultMojoScanner
public interface MojoScanner
- Author:
- jdcasey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setActiveExtractors
(Set<String> extractors) Sets the active extractors.
-
Method Details
-
populatePluginDescriptor
void populatePluginDescriptor(PluginToolsRequest request) throws ExtractionException, org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException - Parameters:
request
- not null- Throws:
ExtractionException
- if anyorg.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
- if any- Since:
- 2.5
-
setActiveExtractors
Sets the active extractors.
Only the specified extractors will be used, all others will be skipped.
- Parameters:
extractors
- The names of the active extractors. If this parameter isnull
, all the scanner's extractors are considered active. Set entries that arenull
or empty ("") will be ignored.
-