Uses of Class
com.avoka.core.groovy.runtime.GroovyScriptRuntime
Package
Description
Provides a Groovy Script runtime execution classes.
-
Uses of GroovyScriptRuntime in com.avoka.core.groovy.runtime
Modifier and TypeMethodDescriptionGroovyScriptRuntime.setBindable
(IBindable bindable) Set an bindable object to bind to the Groovy script object before it is invoked.GroovyScriptRuntime.setCaptureOutput
(boolean captureOutput) Specify whether the runtime should capture the script output for running in shell mode.GroovyScriptRuntime.setClassLoader
(ClassLoader classLoader) Set the GroovyScript class loader.GroovyScriptRuntime.setExecutionTimeout
(int timeout) Set the GroovyScript execution timeout in milliseconds, a value of 0 means the script will run indefinitely.GroovyScriptRuntime.setParseOnly
(boolean parseOnly) GroovyScriptRuntime.setSecureGroovyAPI
(boolean secureGroovyAPI) GroovyScriptRuntime.setSecurityContext
(String securityContext) Set the security context of the class loader.GroovyScriptRuntime.setThreadListener
(IGroovyThreadListener threadListener)