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

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

public class TestExtractor
extends Object
implements MojoDescriptorExtractor

Author:
jdcasey

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

Constructor Detail

TestExtractor

public TestExtractor()
Method Detail

execute

public List<MojoDescriptor> execute(MavenProject project,
                                    PluginDescriptor pluginDescriptor)
Specified by:
execute in interface MojoDescriptorExtractor

execute

public List<MojoDescriptor> execute(PluginToolsRequest request)
Specified by:
execute in interface MojoDescriptorExtractor


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