public class GroovyScriptEngine extends Object
Specific script engine able to reload modified scripts as well as dealing properly with dependent scripts.
Returns the GroovyClassLoader associated with this script engine instance. Useful if you need to pass the class loader to another library.
Run a script identified by name with a given binding.
scriptName - name of the script to runbinding - the binding to pass to the script