Package groovy.ui
Class GroovyMain
java.lang.Object
groovy.ui.GroovyMain
A Command line to execute groovy.
- Version:
- $Revision$
- Author:
- Jeremy Rayner, Yuri Schimke, Roshan Dawrani
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GroovyMain
public GroovyMain()
-
-
Method Details
-
main
Main CLI interface.- Parameters:
args
- all command line args.
-
getText
- Throws:
IOException
-
huntForTheScriptFile
Hunt for the script file, doesn't bother if it is named precisely. Tries in this order: - actual supplied name - name.groovy - name.gvy - name.gy - name.gsh
-