A C E G H I L M O S T

A

AbstractCompilerMojo - Class in org.apache.maven.plugin
Deprecated. package change since 3.0
AbstractCompilerMojo() - Constructor for class org.apache.maven.plugin.AbstractCompilerMojo
Deprecated.  
AbstractCompilerMojo - Class in org.apache.maven.plugin.compiler
TODO: At least one step could be optimized, currently the plugin will do two scans of all the source code if the compiler has to have the entire set of sources.
AbstractCompilerMojo() - Constructor for class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 

C

CompilationFailureException - Exception in org.apache.maven.plugin
Deprecated. package change since 3.0
CompilationFailureException(List<CompilerMessage>) - Constructor for exception org.apache.maven.plugin.CompilationFailureException
Deprecated.  
CompilationFailureException - Exception in org.apache.maven.plugin.compiler
 
CompilationFailureException(List<CompilerMessage>) - Constructor for exception org.apache.maven.plugin.compiler.CompilationFailureException
 
compilerArgument - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
Sets the unformatted single argument string to be passed to the compiler if fork is set to true.
compilerArguments - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
Sets the arguments to be passed to the compiler (prepending a dash) if fork is set to true.
CompilerMojo - Class in org.apache.maven.plugin.compiler
Compiles application sources
CompilerMojo() - Constructor for class org.apache.maven.plugin.compiler.CompilerMojo
 
CompilerMojo - Class in org.apache.maven.plugin
Deprecated. package change since 3.0
CompilerMojo() - Constructor for class org.apache.maven.plugin.CompilerMojo
Deprecated.  
convertToCompilerResult(List<CompilerError>) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 

E

execute() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
execute() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
execute() - Method in class org.apache.maven.plugin.compiler.HelpMojo
execute() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 

G

getBuildStartTime() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getClasspathElements() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getClasspathElements() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
getClasspathElements() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 
getCompilerArgument() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getCompilerArgument() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
getCompilerArgument() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 
getCompilerArguments() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getCompilerArguments() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
getCompilerArguments() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 
getCompileSourceRoots() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getCompileSourceRoots() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
getCompileSourceRoots() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 
getGeneratedSourcesDirectory() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getGeneratedSourcesDirectory() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
getGeneratedSourcesDirectory() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 
getOutputDirectory() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getOutputDirectory() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
getOutputDirectory() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 
getRequestThreadCount() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
try to get thread count if a Maven 3 build, using reflection as the plugin must not be maven3 api dependant
getSource() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getSource() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
getSource() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 
getSourceInclusionScanner(int) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getSourceInclusionScanner(String) - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getSourceInclusionScanner(int) - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
getSourceInclusionScanner(String) - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
getSourceInclusionScanner(int) - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 
getSourceInclusionScanner(String) - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 
getTarget() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
 
getTarget() - Method in class org.apache.maven.plugin.compiler.CompilerMojo
 
getTarget() - Method in class org.apache.maven.plugin.compiler.TestCompilerMojo
 

H

HelpMojo - Class in org.apache.maven.plugin.compiler
Display help information on maven-compiler-plugin.
HelpMojo() - Constructor for class org.apache.maven.plugin.compiler.HelpMojo
 

I

isDependencyChanged() - Method in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
We just compare the timestamps of all local dependency files (inter-module dependency classpath) and the own generated classes and if we got a file which is >= the buid-started timestamp, then we catched a file which got changed during this build.

L

longMessage(List<CompilerMessage>) - Static method in exception org.apache.maven.plugin.compiler.CompilationFailureException
 

M

mavenSession - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
We need this to determine the start timestamp of the build.

O

org.apache.maven.plugin - package org.apache.maven.plugin
 
org.apache.maven.plugin.compiler - package org.apache.maven.plugin.compiler
 

S

shortMessage(List<CompilerMessage>) - Static method in exception org.apache.maven.plugin.compiler.CompilationFailureException
Short message will have the error message if there's only one, useful for errors forking the compiler
source - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
The -source argument for the Java compiler.

T

target - Variable in class org.apache.maven.plugin.compiler.AbstractCompilerMojo
The -target argument for the Java compiler.
TestCompilerMojo - Class in org.apache.maven.plugin.compiler
Compiles application test sources.
TestCompilerMojo() - Constructor for class org.apache.maven.plugin.compiler.TestCompilerMojo
 
TestCompilerMojo - Class in org.apache.maven.plugin
Deprecated. package change since 3.0
TestCompilerMojo() - Constructor for class org.apache.maven.plugin.TestCompilerMojo
Deprecated.  

A C E G H I L M O S T

Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.