Class JavaxToolsCompiler
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.codehaus.plexus.compiler.javac.JavaxToolsCompiler
-
- All Implemented Interfaces:
InProcessCompiler
,org.codehaus.plexus.logging.LogEnabled
@Component(role=InProcessCompiler.class) public class JavaxToolsCompiler extends org.codehaus.plexus.logging.AbstractLogEnabled implements InProcessCompiler
- Since:
- 2.0
- Author:
- Olivier Lamy, David M. Lloyd
-
-
Constructor Summary
Constructors Constructor Description JavaxToolsCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompilerResult
compileInProcess(String[] args, CompilerConfiguration config, String[] sourceFiles)
protected JavaCompiler
newJavaCompiler()
-
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Method Detail
-
newJavaCompiler
protected JavaCompiler newJavaCompiler()
-
compileInProcess
public CompilerResult compileInProcess(String[] args, CompilerConfiguration config, String[] sourceFiles) throws CompilerException
- Specified by:
compileInProcess
in interfaceInProcessCompiler
- Throws:
CompilerException
-
-