com.mysema.maven.apt
Class AnnotationProcessorMojo

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

public class AnnotationProcessorMojo
extends AbstractProcessorMojo

AnnotationProcessorMojo calls APT processors for code generation


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

AnnotationProcessorMojo

public AnnotationProcessorMojo()
Method Detail

getOutputDirectory

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


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