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