public final class GroovySystem
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.util.Map<java.lang.String,GroovyRunner> | RUNNER_REGISTRYDeprecated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
| static MetaClassRegistry | getMetaClassRegistry() | 
| static java.lang.String | getVersion()Returns the groovy version | 
| static boolean | isKeepJavaMetaClasses() | 
| static boolean | isUseReflection()Deprecated.  | 
| 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. | 
@Deprecated public static final java.util.Map<java.lang.String,GroovyRunner> RUNNER_REGISTRY
GroovyRunnerRegistry@Deprecated public static boolean isUseReflection()
public static MetaClassRegistry getMetaClassRegistry()
public static void setKeepJavaMetaClasses(boolean keepJavaMetaClasses)
public static boolean isKeepJavaMetaClasses()
public static void stopThreadedReferenceManager()
public static java.lang.String getVersion()