public class JavacCompilerWithErrorProne extends JavacCompiler
EOL, PS| Constructor and Description |
|---|
JavacCompilerWithErrorProne() |
| Modifier and Type | Method and Description |
|---|---|
protected CompilerResult |
compileInProcessWithProperClassloader(Class<?> javacClass,
String[] args) |
protected CompilerResult |
compileOutOfProcess(CompilerConfiguration config,
String executable,
String[] args) |
protected Class<?> |
createJavacClass() |
protected ClassLoader |
getErrorProneCompilerClassLoader() |
buildCompilerArguments, createCommandLine, isJava16, performCompilecanUpdateTarget, compile, getCompilerOutputStyle, getInputFileEnding, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, makeClassName, toStringArrayprotected CompilerResult compileOutOfProcess(CompilerConfiguration config, String executable, String[] args) throws CompilerException
compileOutOfProcess in class JavacCompilerCompilerExceptionprotected ClassLoader getErrorProneCompilerClassLoader() throws MalformedURLException, org.codehaus.classworlds.NoSuchRealmException
MalformedURLExceptionorg.codehaus.classworlds.NoSuchRealmExceptionprotected Class<?> createJavacClass() throws CompilerException
createJavacClass in class JavacCompilerCompilerExceptionprotected CompilerResult compileInProcessWithProperClassloader(Class<?> javacClass, String[] args) throws CompilerException
compileInProcessWithProperClassloader in class JavacCompilerCompilerExceptionCopyright © 2001-2013 Codehaus. All Rights Reserved.