groovy.ui
Class InteractiveShell

java.lang.Object
  |
  +--groovy.ui.InteractiveShell

public class InteractiveShell
extends Object

A simple interactive shell for evaluating groovy expressions on the command line

Version:
$Revision: 1.4 $
Author:
James Strachan

Constructor Summary
InteractiveShell()
           
 
Method Summary
static void main(String[] args)
           
protected  String readCommand()
           
 void run(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractiveShell

public InteractiveShell()
Method Detail

main

public static void main(String[] args)

run

public void run(String[] args)
         throws Exception
Exception

readCommand

protected String readCommand()
                      throws IOException
IOException


Copyright © 2003 The Codehaus. All Rights Reserved.