shell
Interface InteractiveShellProcess


public interface InteractiveShellProcess


Method Summary
 boolean doCommand(char key)
           
 void doCommand(int code)
           
 java.io.Reader getInput()
           
 java.io.Writer getOutput()
           
 boolean isGraphical()
           
 void readInput()
           
 void setInput(java.io.Reader r)
           
 void setOutput(java.io.Writer w)
           
 

Method Detail

getInput

public java.io.Reader getInput()

setInput

public void setInput(java.io.Reader r)

getOutput

public java.io.Writer getOutput()

setOutput

public void setOutput(java.io.Writer w)

readInput

public void readInput()

doCommand

public void doCommand(int code)

doCommand

public boolean doCommand(char key)

isGraphical

public boolean isGraphical()