类 JDKCompilerHelper

java.lang.Object
com.baidu.bjf.remoting.protobuf.utils.JDKCompilerHelper

public class JDKCompilerHelper extends Object
static access for JdkCompiler.
从以下版本开始:
1.0.2
作者:
xiemalin
  • 字段详细资料

  • 构造器详细资料

    • JDKCompilerHelper

      public JDKCompilerHelper()
  • 方法详细资料

    • getJdkCompiler

      public static Compiler getJdkCompiler()
      Gets the jdk compiler.
      返回:
      the jdk compiler
    • setCompiler

      public static void setCompiler(Compiler compiler)
      Sets the compiler.
      参数:
      compiler - the new compiler
    • getJdkCompiler

      public static Compiler getJdkCompiler(ClassLoader cl)
      Gets the jdk compiler.
      参数:
      cl - the cl
      返回:
      the jdk compiler