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.2 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteractiveShell
public InteractiveShell()
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.