com.alibaba.dubbo.common.compiler.support
Class JdkCompiler

java.lang.Object
  extended by com.alibaba.dubbo.common.compiler.support.AbstractCompiler
      extended by com.alibaba.dubbo.common.compiler.support.JdkCompiler
All Implemented Interfaces:
Compiler

public class JdkCompiler
extends AbstractCompiler

JdkCompiler. (SPI, Singleton, ThreadSafe)

Author:
william.liangf

Constructor Summary
JdkCompiler()
           
 
Method Summary
 Class<?> doCompile(String name, String sourceCode)
           
 
Methods inherited from class com.alibaba.dubbo.common.compiler.support.AbstractCompiler
compile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdkCompiler

public JdkCompiler()
Method Detail

doCompile

public Class<?> doCompile(String name,
                          String sourceCode)
                   throws Throwable
Throws:
Throwable


Copyright © 2012–2017 Alibaba. All rights reserved.