org.codehaus.mojo.apt
Class EclipseMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.apt.AbstractAptMojo
          extended by org.codehaus.mojo.apt.ProcessMojo
              extended by org.codehaus.mojo.apt.EclipseMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class EclipseMojo
extends ProcessMojo

Generates Eclipse files for apt integration.

Version:
$Id: EclipseMojo.java 6836 2008-04-25 09:11:04Z mark $
Author:
Juraj Burian

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
EclipseMojo()
           
 
Method Summary
protected  void executeImpl()
          
protected  java.io.File getOutputDirectory()
          The directory root under which processor-generated source files will be placed; files are placed in subdirectories based on package namespace.
 
Methods inherited from class org.codehaus.mojo.apt.ProcessMojo
getClasspathElements, getCompileSourceRoots, getExcludes, getIncludes, getResources
 
Methods inherited from class org.codehaus.mojo.apt.AbstractAptMojo
execute, getOptions, getProject
 
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

EclipseMojo

public EclipseMojo()
Method Detail

executeImpl

protected void executeImpl()
                    throws org.apache.maven.plugin.MojoExecutionException

Overrides:
executeImpl in class AbstractAptMojo
Throws:
org.apache.maven.plugin.MojoExecutionException

getOutputDirectory

protected java.io.File getOutputDirectory()
The directory root under which processor-generated source files will be placed; files are placed in subdirectories based on package namespace.

Overrides:
getOutputDirectory in class ProcessMojo
Returns:
the directory root under which processor-generated source files will be placed


Copyright © 2006-2010 The Codehaus Mojo Project. All Rights Reserved.