Class JavacCompilerWithErrorProne.CompilerInvoker
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.codehaus.plexus.compiler.javac.JavaxToolsCompiler
-
- org.codehaus.plexus.compiler.javac.errorprone.JavacCompilerWithErrorProne.CompilerInvoker
-
- All Implemented Interfaces:
InProcessCompiler,org.codehaus.plexus.logging.LogEnabled
- Enclosing class:
- JavacCompilerWithErrorProne
public static class JavacCompilerWithErrorProne.CompilerInvoker extends JavaxToolsCompiler
A wrapper for all of the error-prone specific classes. Loading this class with a non-delegating classloader ensures that error-prone's javac loads javax.tools.* classes from javac.jar instead of from the bootclasspath.
-
-
Constructor Summary
Constructors Constructor Description CompilerInvoker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JavaCompilernewJavaCompiler()-
Methods inherited from class org.codehaus.plexus.compiler.javac.JavaxToolsCompiler
compileInProcess
-
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Method Detail
-
newJavaCompiler
protected JavaCompiler newJavaCompiler()
- Overrides:
newJavaCompilerin classJavaxToolsCompiler
-
-