| java.lang.Object groovy.ui.GroovyMain
GroovyMain | public class GroovyMain (Code) | | A Command line to execute groovy.
author: Jeremy Rayner author: Yuri Schimke version: $Revision: 4080 $ |
huntForTheScriptFile | public File huntForTheScriptFile(String scriptFileName)(Code) | | 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
|
main | public static void main(String args)(Code) | | Main CLI interface.
Parameters: args - all command line args. |
|
|