Interface InProcessCompiler
-
- All Superinterfaces:
org.codehaus.plexus.logging.LogEnabled
- All Known Implementing Classes:
JavaxToolsCompiler
public interface InProcessCompiler extends org.codehaus.plexus.logging.LogEnabled
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompilerResult
compileInProcess(String[] args, CompilerConfiguration config, String[] sourceFiles)
-
-
-
Method Detail
-
compileInProcess
CompilerResult compileInProcess(String[] args, CompilerConfiguration config, String[] sourceFiles) throws CompilerException
- Throws:
CompilerException
-
-