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 Type
    Method
    Description
    org.codehaus.plexus.compiler.CompilerResult
    compileInProcess(String[] args, org.codehaus.plexus.compiler.CompilerConfiguration config, String[] sourceFiles)
     

    Methods inherited from interface org.codehaus.plexus.logging.LogEnabled

    enableLogging
  • Method Details

    • compileInProcess

      org.codehaus.plexus.compiler.CompilerResult compileInProcess(String[] args, org.codehaus.plexus.compiler.CompilerConfiguration config, String[] sourceFiles) throws org.codehaus.plexus.compiler.CompilerException
      Throws:
      org.codehaus.plexus.compiler.CompilerException