org.apache.maven.plugin

Class TestCompilerMojo

public class TestCompilerMojo extends AbstractCompilerMojo

Compiles application test sources

Version: $Id: TestCompilerMojo.java 387710 2006-03-22 04:26:56Z carlos $

Author: Jason van Zyl

UNKNOWN: testCompile test-compile test

Method Summary
voidexecute()
protected ListgetClasspathElements()
protected ListgetCompileSourceRoots()
protected FilegetOutputDirectory()
protected SourceInclusionScannergetSourceInclusionScanner(int staleMillis)
protected SourceInclusionScannergetSourceInclusionScanner(String inputFileEnding)

Method Detail

execute

public void execute()

getClasspathElements

protected List getClasspathElements()

getCompileSourceRoots

protected List getCompileSourceRoots()

getOutputDirectory

protected File getOutputDirectory()

getSourceInclusionScanner

protected SourceInclusionScanner getSourceInclusionScanner(int staleMillis)

getSourceInclusionScanner

protected SourceInclusionScanner getSourceInclusionScanner(String inputFileEnding)
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.