Save This Page
Home » groovy-src-1.6.3 » groovy » ui » [javadoc | source]
groovy.ui
public class: GroovyMain [javadoc | source]
java.lang.Object
   groovy.ui.GroovyMain
A Command line to execute groovy.
Method from groovy.ui.GroovyMain Summary:
huntForTheScriptFile,   main,   processArgs
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from groovy.ui.GroovyMain Detail:
 public File huntForTheScriptFile(String input) 
    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
 public static  void main(String[] args) 
    Main CLI interface.
 static  void processArgs(String[] args,
    PrintStream out)