Package org.apache.groovy.util
Class ScriptRunner
java.lang.Object
org.apache.groovy.util.ScriptRunner
The tool to simulate running script files via groovy command
- Since:
 - 3.0.0
 
- 
Method Summary
 
- 
Method Details
- 
runScript
Run the script file specified by the file path- Parameters:
 path- the file- Since:
 - 3.0.0
 
 - 
runScript
Run the script file specified by the classpath- Parameters:
 cp- the classpath- Since:
 - 3.0.0
 
 
 -