org.kohsuke.stapler
Class TestAptMojo

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

public class TestAptMojo
extends TestCompilerMojo

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TestAptMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.kohsuke.stapler.TestCompilerMojo
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

TestAptMojo

public TestAptMojo()
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 TestCompilerMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.CompilationFailureException


Copyright © 2011. All Rights Reserved.