Package de.smartsquare.squit.util
Object GroovyScriptRunner
-
- All Implemented Interfaces:
public class GroovyScriptRunnerObject class for running groovy scripts with a cache for the classes.
-
-
Field Summary
Fields Modifier and Type Field Description public final static GroovyScriptRunnerINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitrun(Path scriptPath, Binding binding)Runs the script at scriptPath with the given binding. -
-
Method Detail
-
run
final Unit run(Path scriptPath, Binding binding)
Runs the script at scriptPath with the given binding.
-
-
-
-