net.sf.tomp.xtcl
Class InteractiveExecutor

java.lang.Object
  extended bynet.sf.tomp.xtcl.InteractiveExecutor

public class InteractiveExecutor
extends java.lang.Object

DOCUMENT ME!

Author:
tomp

Field Summary
protected  Context context
          DOCUMENT ME!
 
Constructor Summary
protected InteractiveExecutor(Context c)
          Creates a new instance of InteractiveExecutor
 
Method Summary
 int interactive()
          Executes a command in the current context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected Context context
DOCUMENT ME!

Constructor Detail

InteractiveExecutor

protected InteractiveExecutor(Context c)
Creates a new instance of InteractiveExecutor

Parameters:
c - Context for the Executor
Method Detail

interactive

public int interactive()
                throws java.lang.Exception
Executes a command in the current context

Returns:
DOCUMENT ME!
Throws:
java.lang.Exception - DOCUMENT ME!


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.