com.mysema.maven.apt
Class TestAnnotationProcessorMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.mysema.maven.apt.AbstractProcessorMojo
          extended by com.mysema.maven.apt.TestAnnotationProcessorMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class TestAnnotationProcessorMojo
extends AbstractProcessorMojo

TestAnnotationProcessorMojo calls APT processors for code generation


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TestAnnotationProcessorMojo()
           
 
Method Summary
 File getOutputDirectory()
           
protected  boolean isForTest()
           
 
Methods inherited from class com.mysema.maven.apt.AbstractProcessorMojo
execute, getSourceDirectories
 
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
 

Constructor Detail

TestAnnotationProcessorMojo

public TestAnnotationProcessorMojo()
Method Detail

getOutputDirectory

public File getOutputDirectory()
Specified by:
getOutputDirectory in class AbstractProcessorMojo

isForTest

protected boolean isForTest()
Overrides:
isForTest in class AbstractProcessorMojo


Copyright © 2008-2012 Mysema Ltd. All Rights Reserved.