groovy.ui
Class GroovyMain

java.lang.Object
  extended by groovy.ui.GroovyMain

public class GroovyMain
extends java.lang.Object

A Command line to execute groovy.


Constructor Summary
GroovyMain()
           
 
Method Summary
 java.io.File huntForTheScriptFile(java.lang.String input)
          Hunt for the script file, doesn't bother if it is named precisely.
static void main(java.lang.String[] args)
          Main CLI interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyMain

public GroovyMain()
Method Detail

main

public static void main(java.lang.String[] args)
Main CLI interface.

Parameters:
args - all command line args.

huntForTheScriptFile

public java.io.File huntForTheScriptFile(java.lang.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