cn.paxos.rabbitsnail.util
Class Compiler

java.lang.Object
  extended by cn.paxos.rabbitsnail.util.Compiler

public class Compiler
extends Object


Constructor Summary
Compiler()
           
 
Method Summary
static Class<?> compile(String className, String java)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compiler

public Compiler()
Method Detail

main

public static void main(String[] args)
                 throws InstantiationException,
                        IllegalAccessException,
                        IOException,
                        InterruptedException,
                        ClassNotFoundException
Throws:
InstantiationException
IllegalAccessException
IOException
InterruptedException
ClassNotFoundException

compile

public static Class<?> compile(String className,
                               String java)


Copyright © 2014. All rights reserved.