tomp.xtcl
Class InteractiveExecutor

java.lang.Object
  extended bytomp.xtcl.InteractiveExecutor

public class InteractiveExecutor
extends java.lang.Object


Field Summary
protected  Context context
           
 
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
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

Throws:
java.lang.Exception