groovy.util
Class GroovyScriptEngine
Specific script engine able to reload modified scripts as well as dealing properly with dependent scripts.
- author:
- sam
- author:
- Marc Palmer
- author:
- Guillaume Laforge
Method Summary |
static void |
main(def urls)
Simple testing harness for the GSE.
|
GroovyScriptEngine
GroovyScriptEngine()
-
main
public static void main(def urls)
- Simple testing harness for the GSE. Enter script roots as arguments and
then input script names to run them.
- param:
- urls an array of URLs
- throws:
- Exception if something goes wrong