org.apache.maven.tools.plugin.scanner
Class ScannerTestExtractor

java.lang.Object
  extended by org.apache.maven.tools.plugin.scanner.ScannerTestExtractor
All Implemented Interfaces:
org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor

public class ScannerTestExtractor
extends Object
implements org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor

Author:
jdcasey

Field Summary
 
Fields inherited from interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
ROLE
 
Constructor Summary
ScannerTestExtractor(String goal)
           
 
Method Summary
 List<MojoDescriptor> execute(MavenProject project, PluginDescriptor pluginDescriptor)
           
 List<MojoDescriptor> execute(org.apache.maven.tools.plugin.PluginToolsRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScannerTestExtractor

public ScannerTestExtractor(String goal)
Method Detail

execute

public List<MojoDescriptor> execute(MavenProject project,
                                    PluginDescriptor pluginDescriptor)
                             throws InvalidPluginDescriptorException,
                                    org.apache.maven.tools.plugin.extractor.ExtractionException
Specified by:
execute in interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
Throws:
InvalidPluginDescriptorException
org.apache.maven.tools.plugin.extractor.ExtractionException

execute

public List<MojoDescriptor> execute(org.apache.maven.tools.plugin.PluginToolsRequest request)
                             throws org.apache.maven.tools.plugin.extractor.ExtractionException,
                                    InvalidPluginDescriptorException
Specified by:
execute in interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
Throws:
org.apache.maven.tools.plugin.extractor.ExtractionException
InvalidPluginDescriptorException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.