Interface JavaCompiler

All Known Implementing Classes:
JaninoCompiler

public interface JavaCompiler
The interface JavaCompiler represents an interface to invoke a regular Java compiler. Classes implementing this interface should accept the same arguments as Sun's javac.
  • Method Details

    • compile

      void compile()
    • getArgs

      JavaCompilerArgs getArgs()
    • getClassLoader

      ClassLoader getClassLoader()
    • getTotalByteCodeSize

      int getTotalByteCodeSize()