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 Detail

      • compile

        void compile()
      • getClassLoader

        java.lang.ClassLoader getClassLoader()
      • getTotalByteCodeSize

        int getTotalByteCodeSize()