|
Groovy 1.8.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.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()
This method can be used to ensure that no threaded created by a reference manager will be active. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public static MetaClassRegistry getMetaClassRegistry()
public static String getVersion()
public static boolean isKeepJavaMetaClasses()
public static boolean isUseReflection()
public static void setKeepJavaMetaClasses(boolean keepJavaMetaClasses)
public static void stopThreadedReferenceManager()
Copyright © 2003-2011 The Codehaus. All rights reserved.