java.lang
Class Compiler

java.lang.Object
  |
  +--java.lang.Compiler

public final class Compiler
extends Object


Method Summary
static Object command(Object any)
           
static boolean compileClass(Class clazz)
           
static boolean compileClasses(String string)
           
static void disable()
           
static void enable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compileClass

public static boolean compileClass(Class clazz)

compileClasses

public static boolean compileClasses(String string)

command

public static Object command(Object any)

enable

public static void enable()

disable

public static void disable()