Class ConsoleCommandReader
java.lang.Object
com.ibm.j9ddr.command.CommandReader
com.ibm.j9ddr.command.ConsoleCommandReader
- 
Field Summary
Fields declared in class CommandReader
out - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidprocessInput(DDRInteractive engine) Execute next command, and execute it in DDRInteractivevoidSet the input stream on which commands will be read from.Methods declared in class CommandReader
processLine 
- 
Constructor Details
- 
ConsoleCommandReader
 
 - 
 - 
Method Details
- 
setInputStream
Description copied from class:CommandReaderSet the input stream on which commands will be read from. This may be ignored by the underlying implementation if this redirection is not supported.- Specified by:
 setInputStreamin classCommandReader- Parameters:
 in- InputStream to read commands from
 - 
processInput
Description copied from class:CommandReaderExecute next command, and execute it in DDRInteractive- Specified by:
 processInputin classCommandReader- Throws:
 Exception
 
 -