com.sun.enterprise.module.maven
Class HK2TestCompileMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.AbstractCompilerMojo
          extended by com.sun.enterprise.module.maven.CompilerMojo
              extended by com.sun.enterprise.module.maven.HK2CompileMojo
                  extended by com.sun.enterprise.module.maven.HK2TestCompileMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class HK2TestCompileMojo
extends HK2CompileMojo

Author:
Jerome Dochez

Field Summary
 
Fields inherited from class com.sun.enterprise.module.maven.HK2CompileMojo
processors
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
HK2TestCompileMojo()
           
 
Method Summary
 void execute()
           
protected  List getClasspathElements()
           
protected  List getCompileSourceRoots()
           
protected  File getOutputDirectory()
           
 
Methods inherited from class com.sun.enterprise.module.maven.CompilerMojo
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

HK2TestCompileMojo

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

getCompileSourceRoots

protected List getCompileSourceRoots()
Overrides:
getCompileSourceRoots in class CompilerMojo

getClasspathElements

protected List getClasspathElements()
Overrides:
getClasspathElements in class CompilerMojo

getOutputDirectory

protected File getOutputDirectory()
Overrides:
getOutputDirectory in class CompilerMojo


Copyright © 2012 Oracle Corporation. All Rights Reserved.