org.kohsuke.stapler
Class AptMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.kohsuke.stapler.AbstractCompilerMojo
          extended by org.kohsuke.stapler.CompilerMojo
              extended by org.kohsuke.stapler.AptMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AptMojo
extends CompilerMojo

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AptMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.kohsuke.stapler.CompilerMojo
getClasspathElements, getCompileSourceRoots, getOutputDirectory, getSourceInclusionScanner, getSourceInclusionScanner
 
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

AptMojo

public AptMojo()
Method Detail

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.