Interface MojoScanner
- All Known Implementing Classes:
 DefaultMojoScanner
public interface MojoScanner
- Author:
 - jdcasey
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetActiveExtractors(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 arenullor empty ("") will be ignored.
 
 -