org.bsc.maven.plugin.processor
Class TestAnnotationProcessorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.bsc.maven.plugin.processor.AbstractAnnotationProcessorMojo
org.bsc.maven.plugin.processor.TestAnnotationProcessorMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class TestAnnotationProcessorMojo
- extends AbstractAnnotationProcessorMojo
- Author:
- bsorrentino
| 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 |
TestAnnotationProcessorMojo
public TestAnnotationProcessorMojo()
getSourceDirectory
public java.io.File getSourceDirectory()
- Specified by:
getSourceDirectory in class AbstractAnnotationProcessorMojo
addCompileSourceRoot
protected void addCompileSourceRoot(org.apache.maven.project.MavenProject project,
java.lang.String dir)
- Specified by:
addCompileSourceRoot in class AbstractAnnotationProcessorMojo
getDefaultOutputDirectory
public java.io.File getDefaultOutputDirectory()
- Specified by:
getDefaultOutputDirectory in class AbstractAnnotationProcessorMojo
getOutputClassDirectory
protected java.io.File getOutputClassDirectory()
- Specified by:
getOutputClassDirectory in class AbstractAnnotationProcessorMojo
getClasspathElements
protected java.util.Set<java.lang.String> getClasspathElements(java.util.Set<java.lang.String> result)
- Specified by:
getClasspathElements in class AbstractAnnotationProcessorMojo
Copyright © 2011. All Rights Reserved.