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, parseModernStream
canUpdateTarget, getCompilerOutputStyle, getInputFileEnding, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, makeClassName, toStringArray
public List compile(org.codehaus.plexus.compiler.CompilerConfiguration config) throws org.codehaus.plexus.compiler.CompilerException
compile
in interface org.codehaus.plexus.compiler.Compiler
compile
in class org.codehaus.plexus.compiler.javac.JavacCompiler
org.codehaus.plexus.compiler.CompilerException
protected 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.CompilerException
Copyright © 2013. All rights reserved.