public class GroovyScript extends Object implements IScriptLanguage
| Modifier and Type | Class and Description |
|---|---|
static class |
GroovyScript.ParsedScript
Wrapper for a parsed Groovy script.
|
IScriptLanguage.IParsedScript| 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() |
IScriptLanguage.IParsedScript |
parse(String source) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSelfpublic static groovy.lang.GroovyShell getGroovyShell()
public String getType()
getType in interface IScriptLanguageIScriptLanguage.getType()public IScriptLanguage.IParsedScript parse(String source)
parse in interface IScriptLanguageIScriptLanguage.parse(java.lang.String)Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.