Class ScannerTestExtractor
java.lang.Object
org.apache.maven.tools.plugin.scanner.ScannerTestExtractor
- All Implemented Interfaces:
MojoDescriptorExtractor
- Author:
- jdcasey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.maven.plugin.descriptor.MojoDescriptor>
execute
(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) List<org.apache.maven.plugin.descriptor.MojoDescriptor>
execute
(PluginToolsRequest request) getName()
boolean
-
Constructor Details
-
ScannerTestExtractor
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceMojoDescriptorExtractor
-
isDeprecated
- Specified by:
isDeprecated
in interfaceMojoDescriptorExtractor
-
getGroupKey
- Specified by:
getGroupKey
in interfaceMojoDescriptorExtractor
-
execute
public List<org.apache.maven.plugin.descriptor.MojoDescriptor> execute(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) throws org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException, ExtractionException - Throws:
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
ExtractionException
-
execute
public List<org.apache.maven.plugin.descriptor.MojoDescriptor> execute(PluginToolsRequest request) throws ExtractionException, org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException - Specified by:
execute
in interfaceMojoDescriptorExtractor
- Throws:
ExtractionException
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
-