public class JavacCompiler extends AbstractCompiler
EOL, PS| Constructor and Description |
|---|
JavacCompiler() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
buildCompilerArguments(CompilerConfiguration config,
String[] sourceFiles) |
List<CompilerError> |
compile(CompilerConfiguration config) |
String[] |
createCommandLine(CompilerConfiguration config)
Create the command line that would be executed using this configuration.
|
protected static List<CompilerError> |
parseModernStream(BufferedReader input) |
canUpdateTarget, getCompilerOutputStyle, getInputFileEnding, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, makeClassName, toStringArraypublic List<CompilerError> compile(CompilerConfiguration config) throws CompilerException
CompilerExceptionpublic String[] createCommandLine(CompilerConfiguration config) throws CompilerException
Compilerconfig - the CompilerConfiguration describing the
compilationCompilerException - if there was an error generating the command
linepublic static String[] buildCompilerArguments(CompilerConfiguration config, String[] sourceFiles)
protected static List<CompilerError> parseModernStream(BufferedReader input) throws IOException
IOExceptionCopyright © 2015. All rights reserved.