org.apache.maven.plugin
public class CompilerMojo extends AbstractCompilerMojo
Constructor and Description |
---|
CompilerMojo() |
Modifier and Type | Method and Description |
---|---|
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) |
protected java.util.List getCompileSourceRoots()
getCompileSourceRoots
in class AbstractCompilerMojo
protected java.util.List getClasspathElements()
getClasspathElements
in class AbstractCompilerMojo
protected java.io.File getOutputDirectory()
getOutputDirectory
in class AbstractCompilerMojo
public void execute() throws org.apache.maven.plugin.MojoExecutionException, CompilationFailureException
execute
in interface org.apache.maven.plugin.Mojo
execute
in class AbstractCompilerMojo
org.apache.maven.plugin.MojoExecutionException
CompilationFailureException
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(int staleMillis)
getSourceInclusionScanner
in class AbstractCompilerMojo
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(java.lang.String inputFileEnding)
getSourceInclusionScanner
in class AbstractCompilerMojo
Copyright © 2001-2014. All Rights Reserved.