Class JavaxToolsCompiler
java.lang.Object
org.codehaus.plexus.compiler.javac.JavaxToolsCompiler
- All Implemented Interfaces:
InProcessCompiler
- Since:
- 2.0
- Author:
- Olivier Lamy, David M. Lloyd
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncompileInProcess
(String[] args, CompilerConfiguration config, String[] sourceFiles) protected JavaCompiler
-
Constructor Details
-
JavaxToolsCompiler
public JavaxToolsCompiler()
-
-
Method Details
-
newJavaCompiler
-
compileInProcess
public CompilerResult compileInProcess(String[] args, CompilerConfiguration config, String[] sourceFiles) throws CompilerException - Specified by:
compileInProcess
in interfaceInProcessCompiler
- Throws:
CompilerException
-