org.apache.maven.plugin

Class CompilerMojo

public class CompilerMojo extends AbstractCompilerMojo

Compiles application sources

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

Author: Jason van Zyl

UNKNOWN: compile compile compile

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.