Class CommandReader
java.lang.Object
com.ibm.j9ddr.command.CommandReader
- Direct Known Subclasses:
 ConsoleCommandReader
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract voidprocessInput(DDRInteractive engine) Execute next command, and execute it in DDRInteractivevoidprocessLine(DDRInteractive engine, String line) abstract voidSet the input stream on which commands will be read from. 
- 
Field Details
- 
out
 
 - 
 - 
Constructor Details
- 
CommandReader
 
 - 
 - 
Method Details
- 
processInput
Execute next command, and execute it in DDRInteractive- Throws:
 Exception
 - 
setInputStream
Set the input stream on which commands will be read from. This may be ignored by the underlying implementation if this redirection is not supported.- Parameters:
 in- InputStream to read commands from
 - 
processLine
- Throws:
 Exception
 
 -