|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.compiler.AbstractCompiler
org.codehaus.plexus.compiler.javac.JavacCompiler
org.jvnet.hudson.maven.plugins.hpi.AptCompiler
public class AptCompiler
Compiler for APT.
In Maven, Compiler handles the actual compiler invocation.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.plexus.compiler.AbstractCompiler |
|---|
EOL, PS |
| Fields inherited from interface org.codehaus.plexus.compiler.Compiler |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AptCompiler()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.codehaus.plexus.compiler.javac.JavacCompiler |
|---|
buildCompilerArguments, createCommandLine, parseModernError, parseModernStream |
| Methods inherited from class org.codehaus.plexus.compiler.AbstractCompiler |
|---|
canUpdateTarget, getCompilerOutputStyle, getInputFileEnding, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, makeClassName, toStringArray |
| Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AptCompiler()
| Method Detail |
|---|
public 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.CompilerException
protected List compileInProcess(String[] args)
throws org.codehaus.plexus.compiler.CompilerException
com.sun.tools.javac.Main class
args - arguments for the compiler as they would be used in the command line javac
org.codehaus.plexus.compiler.CompilerException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||