public class CompilerMojo extends AbstractCompilerMojo
compilerArgument, compilerArguments, source, target| Constructor and Description |
|---|
CompilerMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected java.util.List<java.lang.String> |
getClasspathElements() |
protected java.lang.String |
getCompilerArgument() |
protected java.util.Map<java.lang.String,java.lang.String> |
getCompilerArguments() |
protected java.util.List<java.lang.String> |
getCompileSourceRoots() |
protected java.io.File |
getGeneratedSourcesDirectory() |
protected java.io.File |
getOutputDirectory() |
protected java.lang.String |
getSource() |
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.lang.String |
getTarget() |
protected java.util.List<java.lang.String> getCompileSourceRoots()
getCompileSourceRoots in class AbstractCompilerMojoprotected java.util.List<java.lang.String> getClasspathElements()
getClasspathElements in class AbstractCompilerMojoprotected java.io.File getOutputDirectory()
getOutputDirectory in class AbstractCompilerMojopublic void execute()
throws org.apache.maven.plugin.MojoExecutionException,
CompilationFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractCompilerMojoorg.apache.maven.plugin.MojoExecutionExceptionCompilationFailureExceptionprotected 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 AbstractCompilerMojoprotected java.lang.String getSource()
getSource in class AbstractCompilerMojoprotected java.lang.String getTarget()
getTarget in class AbstractCompilerMojoprotected java.lang.String getCompilerArgument()
getCompilerArgument in class AbstractCompilerMojoprotected java.util.Map<java.lang.String,java.lang.String> getCompilerArguments()
getCompilerArguments in class AbstractCompilerMojoprotected java.io.File getGeneratedSourcesDirectory()
getGeneratedSourcesDirectory in class AbstractCompilerMojoCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.