Interface InProcessCompiler
- All Known Implementing Classes:
 JavaxToolsCompiler
public interface InProcessCompiler
- 
Method Summary
Modifier and TypeMethodDescriptioncompileInProcess(String[] args, CompilerConfiguration config, String[] sourceFiles)  
- 
Method Details
- 
compileInProcess
CompilerResult compileInProcess(String[] args, CompilerConfiguration config, String[] sourceFiles) throws CompilerException - Throws:
 CompilerException
 
 -