org.codehaus.groovy.maven.plugin.stubgen
Class GenerateTestStubsMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.groovy.maven.plugin.MojoSupport
org.codehaus.groovy.maven.plugin.ProviderMojoSupport
org.codehaus.groovy.maven.plugin.ComponentMojoSupport
org.codehaus.groovy.maven.plugin.CompilerMojoSupport
org.codehaus.groovy.maven.plugin.stubgen.AbstractGenerateStubsMojo
org.codehaus.groovy.maven.plugin.stubgen.GenerateTestStubsMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
public class GenerateTestStubsMojo
- extends AbstractGenerateStubsMojo
Generate Java stubs from Groovy test sources.
- Since:
- 1.0-beta-2
- Version:
- $Id: GenerateTestStubsMojo.java 13181 2008-08-10 14:05:55Z user57 $
- Author:
- Jason Dillon
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateTestStubsMojo
public GenerateTestStubsMojo()
getProjectClasspathElements
protected java.util.List getProjectClasspathElements()
throws org.apache.maven.artifact.DependencyResolutionRequiredException
- Overrides:
getProjectClasspathElements
in class MojoSupport
- Throws:
org.apache.maven.artifact.DependencyResolutionRequiredException
getOutputDirectory
protected java.io.File getOutputDirectory()
- Specified by:
getOutputDirectory
in class CompilerMojoSupport
getSourceRoots
protected java.util.List getSourceRoots()
- Specified by:
getSourceRoots
in class CompilerMojoSupport
getDefaultSources
protected org.apache.maven.shared.model.fileset.FileSet[] getDefaultSources()
- Specified by:
getDefaultSources
in class CompilerMojoSupport
forceCompile
protected void forceCompile(java.io.File file)
- Specified by:
forceCompile
in class AbstractGenerateStubsMojo
Copyright © 2006-2011 Codehaus. All Rights Reserved.