org.apache.maven.plugin
Class TestCompilerMojo

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

public class TestCompilerMojo
extends AbstractCompilerMojo

Compiles application test sources

Version:
$Id: TestCompilerMojo.java 496220 2007-01-15 03:46:19Z brett $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TestCompilerMojo()
           
 
Method Summary
 void execute()
           
protected  java.util.List getClasspathElements()
           
protected  java.util.List getCompileSourceRoots()
           
protected  java.io.File getOutputDirectory()
           
protected  org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(int staleMillis)
           
protected  org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(java.lang.String inputFileEnding)
           
 
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

TestCompilerMojo

public TestCompilerMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    CompilationFailureException
Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class AbstractCompilerMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
CompilationFailureException

getCompileSourceRoots

protected java.util.List getCompileSourceRoots()
Specified by:
getCompileSourceRoots in class AbstractCompilerMojo

getClasspathElements

protected java.util.List getClasspathElements()
Specified by:
getClasspathElements in class AbstractCompilerMojo

getOutputDirectory

protected java.io.File getOutputDirectory()
Specified by:
getOutputDirectory in class AbstractCompilerMojo

getSourceInclusionScanner

protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(int staleMillis)
Specified by:
getSourceInclusionScanner in class AbstractCompilerMojo

getSourceInclusionScanner

protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(java.lang.String inputFileEnding)
Specified by:
getSourceInclusionScanner in class AbstractCompilerMojo


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.