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 TypeMethodDescriptionorg.codehaus.plexus.compiler.CompilerResult
compileInProcess
(String[] args, org.codehaus.plexus.compiler.CompilerConfiguration config, String[] sourceFiles) protected JavaCompiler
-
Constructor Details
-
JavaxToolsCompiler
public JavaxToolsCompiler()
-
-
Method Details
-
newJavaCompiler
-
compileInProcess
public org.codehaus.plexus.compiler.CompilerResult compileInProcess(String[] args, org.codehaus.plexus.compiler.CompilerConfiguration config, String[] sourceFiles) throws org.codehaus.plexus.compiler.CompilerException - Specified by:
compileInProcess
in interfaceInProcessCompiler
- Throws:
org.codehaus.plexus.compiler.CompilerException
-