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 AbstractCompilerMojoprotected java.util.List getClasspathElements()
getClasspathElements in class AbstractCompilerMojoprotected java.io.File getOutputDirectory()
getOutputDirectory in class AbstractCompilerMojopublic void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.CompilationFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractCompilerMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.CompilationFailureExceptionprotected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(int staleMillis)
getSourceInclusionScanner in class AbstractCompilerMojoprotected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(java.lang.String inputFileEnding)
getSourceInclusionScanner in class AbstractCompilerMojoCopyright © 2012. All Rights Reserved.