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