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
Constructors - 
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:
 compileInProcessin interfaceInProcessCompiler- Throws:
 CompilerException
 
 -