public class CompilerMojo extends AbstractCompilerMojo
| Constructor and Description |
|---|
CompilerMojo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Deprecated.
|
protected java.util.List |
getClasspathElements()
Deprecated.
|
protected java.util.List |
getCompileSourceRoots()
Deprecated.
|
protected java.io.File |
getOutputDirectory()
Deprecated.
|
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner |
getSourceInclusionScanner(int staleMillis)
Deprecated.
|
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner |
getSourceInclusionScanner(java.lang.String inputFileEnding)
Deprecated.
|
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.