org.jvnet.hudson.maven.plugins.hpi
Class AptMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jvnet.hudson.maven.plugins.hpi.AbstractCompilerMojo
org.jvnet.hudson.maven.plugins.hpi.CompilerMojo
org.jvnet.hudson.maven.plugins.hpi.AptMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class AptMojo
- extends CompilerMojo
- Author:
- Kohsuke Kawaguchi
| 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 |
AptMojo
public AptMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.CompilationFailureException
- Specified by:
execute in interface org.apache.maven.plugin.Mojo- Overrides:
execute in class CompilerMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.CompilationFailureException
Copyright © 2011. All Rights Reserved.