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
Modifier and TypeMethodDescriptioncompileInProcess
(String[] args, CompilerConfiguration config, String[] sourceFiles) Methods inherited from interface org.codehaus.plexus.logging.LogEnabled
enableLogging
-
Method Details
-
compileInProcess
CompilerResult compileInProcess(String[] args, CompilerConfiguration config, String[] sourceFiles) throws CompilerException - Throws:
CompilerException
-