Class JavacCompilerWithErrorProne
java.lang.Object
org.codehaus.plexus.compiler.AbstractCompiler
org.codehaus.plexus.compiler.javac.JavacCompiler
org.codehaus.plexus.compiler.javac.errorprone.JavacCompilerWithErrorProne
- All Implemented Interfaces:
Compiler
This class overrides JavacCompiler with modifications to use the error-prone
entry point into Javac.
- Author:
- Alex Eagle
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA wrapper for all of the error-prone specific classes. -
Field Summary
Fields inherited from class org.codehaus.plexus.compiler.AbstractCompiler
EOL, PS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.plexus.compiler.javac.JavacCompiler
buildCompilerArguments, compileInProcessWithProperClassloader, compileOutOfProcess, createCommandLine, createJavacClass, isJava16, performCompileMethods inherited from class org.codehaus.plexus.compiler.AbstractCompiler
canUpdateTarget, getCompilerOutputStyle, getInputFileEnding, getLog, getLogger, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, logCompiling, makeClassNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.plexus.compiler.Compiler
supportsIncrementalCompilation
-
Constructor Details
-
JavacCompilerWithErrorProne
public JavacCompilerWithErrorProne()
-
-
Method Details
-
getCompilerId
- Overrides:
getCompilerIdin classJavacCompiler
-
inProcessCompiler
- Overrides:
inProcessCompilerin classJavacCompiler
-