org.codehaus.mojo.apt
Class EclipseMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.apt.AbstractAptMojo
org.codehaus.mojo.apt.ProcessMojo
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
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
protected void |
executeImpl()
|
protected 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.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 |
EclipseMojo
public EclipseMojo()
executeImpl
protected void executeImpl()
throws org.apache.maven.plugin.MojoExecutionException
-
- Overrides:
executeImpl
in class AbstractAptMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
getOutputDirectory
protected 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-2011 The Codehaus Mojo Project. All Rights Reserved.