|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovySystem
class GroovySystem extends Object
Constructor Summary | |
private GroovySystem()
|
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, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
private GroovySystem()
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-2009 The Codehaus. All rights reserved.