Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Modifiers | Name | Description |
---|---|---|
static Map<String, GroovyRunner> |
RUNNER_REGISTRY |
Reference to the Runtime Registry to be used by the Groovy run-time system to find classes capable of running scripts |
Type | Name and description |
---|---|
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. |
Reference to the Runtime Registry to be used by the Groovy run-time system to find classes capable of running scripts
Returns the groovy version
This method can be used to ensure that no threaded created by a reference manager will be active. This is useful if the Groovy runtime itself is loaded through a class loader which should be disposed off. Without calling this method and if a threaded reference manager is active the class loader cannot be unloaded! Per default no threaded manager will be used.