Interface MojoScanner
- All Known Implementing Classes:
- DefaultMojoScanner
public interface MojoScanner
- Author:
- jdcasey
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidsetActiveExtractors(Set<String> extractors) Sets the active extractors.
- 
Method Details- 
populatePluginDescriptorvoid populatePluginDescriptor(PluginToolsRequest request) throws ExtractionException, org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException - Parameters:
- request- not null
- Throws:
- ExtractionException- if any
- org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException- if any
- Since:
- 2.5
 
- 
setActiveExtractorsSets 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 is- null, all the scanner's extractors are considered active. Set entries that are- nullor empty ("") will be ignored.
 
 
-