Package org.apache.groovy.util
Class ScriptRunner
- java.lang.Object
-
- org.apache.groovy.util.ScriptRunner
-
public class ScriptRunner extends Object
The tool to simulate running script files via groovy command- Since:
- 3.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
runScript(File path)
Run the script file specified by the file pathstatic void
runScript(String cp)
Run the script file specified by the classpath
-