Methods in groovy.util that throw ScriptException |
java.lang.Class |
GroovyScriptEngine.loadScriptByName(java.lang.String scriptName)
Get the class of the scriptName in question, so that you can instantiate Groovy objects with caching and reloading. |
java.lang.Class |
GroovyScriptEngine.loadScriptByName(java.lang.String scriptName,
java.lang.ClassLoader parentClassLoader)
Get the class of the scriptName in question, so that you can instantiate Groovy objects with caching and reloading. |
java.lang.Object |
GroovyScriptEngine.run(java.lang.String scriptName,
Binding binding)
Run a script identified by name. |
java.lang.String |
GroovyScriptEngine.run(java.lang.String scriptName,
java.lang.String argument)
Run a script identified by name. |