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 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, 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(java.lang.String inputFileEnding)
getSourceInclusionScanner
in class AbstractCompilerMojo
Copyright © 2012. All Rights Reserved.