Groovy 1.8.8

groovy.lang
[Java] Class GroovySystem

java.lang.Object
  groovy.lang.GroovySystem

public final class GroovySystem
extends Object

Method Summary
static MetaClassRegistry getMetaClassRegistry()

static String getVersion()

Returns the groovy version

static boolean isKeepJavaMetaClasses()

static boolean isUseReflection()

static void setKeepJavaMetaClasses(boolean keepJavaMetaClasses)

static void stopThreadedReferenceManager()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getMetaClassRegistry

public static MetaClassRegistry getMetaClassRegistry()


getVersion

public static String getVersion()
Returns the groovy version


isKeepJavaMetaClasses

public static boolean isKeepJavaMetaClasses()


isUseReflection

public static boolean isUseReflection()


setKeepJavaMetaClasses

public static void setKeepJavaMetaClasses(boolean keepJavaMetaClasses)


stopThreadedReferenceManager

public static void stopThreadedReferenceManager()


 

Copyright © 2003-2012 The Codehaus. All rights reserved.