Class JavaxToolsCompiler

java.lang.Object
org.codehaus.plexus.compiler.javac.JavaxToolsCompiler
All Implemented Interfaces:
InProcessCompiler

@Named public class JavaxToolsCompiler extends Object implements InProcessCompiler
Since:
2.0
Author:
Olivier Lamy, David M. Lloyd
  • Constructor Details

    • JavaxToolsCompiler

      public JavaxToolsCompiler()
  • Method Details

    • newJavaCompiler

      protected JavaCompiler 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 interface InProcessCompiler
      Throws:
      org.codehaus.plexus.compiler.CompilerException