Groovy 2.2.0

groovy.lang
[Java] Class GroovySystem

java.lang.Object
  groovy.lang.GroovySystem

public final class GroovySystem
extends Object

Field Summary
static Map RUNNER_REGISTRY

 
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
 

Field Detail

RUNNER_REGISTRY

public static final Map RUNNER_REGISTRY


 
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-2013 The Codehaus. All rights reserved.