public class GroovyScript extends Object implements org.carewebframework.web.script.IScriptLanguage
| Modifier and Type | Class and Description |
|---|---|
static class |
GroovyScript.ParsedScript
Wrapper for a parsed Groovy script.
|
| Constructor and Description |
|---|
GroovyScript() |
| Modifier and Type | Method and Description |
|---|---|
static groovy.lang.GroovyShell |
getGroovyShell()
Utility method for accessing the Groovy shell, instantiating it on first invocation.
|
String |
getType() |
org.carewebframework.web.script.IScriptLanguage.IParsedScript |
parse(String source) |
public static groovy.lang.GroovyShell getGroovyShell()
public String getType()
getType in interface org.carewebframework.web.script.IScriptLanguageIScriptLanguage.getType()public org.carewebframework.web.script.IScriptLanguage.IParsedScript parse(String source)
parse in interface org.carewebframework.web.script.IScriptLanguageIScriptLanguage.parse(java.lang.String)Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.