public class AptCompiler
extends org.codehaus.plexus.compiler.javac.JavacCompiler
| Constructor and Description |
|---|
AptCompiler() |
| Modifier and Type | Method and Description |
|---|---|
List |
compile(org.codehaus.plexus.compiler.CompilerConfiguration config) |
protected List |
compileInProcess(String[] args)
Compile the java sources in the current JVM, without calling an external executable,
using
com.sun.tools.javac.Main class |
protected List |
compileOutOfProcess(org.codehaus.plexus.compiler.CompilerConfiguration config,
String executable,
String[] args) |
buildCompilerArguments, createCommandLine, parseModernStreamcanUpdateTarget, getCompilerOutputStyle, getInputFileEnding, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, makeClassName, toStringArraypublic List compile(org.codehaus.plexus.compiler.CompilerConfiguration config) throws org.codehaus.plexus.compiler.CompilerException
compile in interface org.codehaus.plexus.compiler.Compilercompile in class org.codehaus.plexus.compiler.javac.JavacCompilerorg.codehaus.plexus.compiler.CompilerExceptionprotected List compileInProcess(String[] args) throws org.codehaus.plexus.compiler.CompilerException
com.sun.tools.javac.Main classargs - arguments for the compiler as they would be used in the command line javacorg.codehaus.plexus.compiler.CompilerExceptionCopyright © 2013. All rights reserved.