Class ConsoleCommandReader
java.lang.Object
com.ibm.j9ddr.command.CommandReader
com.ibm.j9ddr.command.ConsoleCommandReader
-
Field Summary
Fields declared in class com.ibm.j9ddr.command.CommandReader
out
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processInput
(DDRInteractive engine) Execute next command, and execute it in DDRInteractivevoid
Set the input stream on which commands will be read from.Methods declared in class com.ibm.j9ddr.command.CommandReader
processLine
-
Constructor Details
-
ConsoleCommandReader
-
-
Method Details
-
setInputStream
Description copied from class:CommandReader
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.- Specified by:
setInputStream
in classCommandReader
- Parameters:
in
- InputStream to read commands from
-
processInput
Description copied from class:CommandReader
Execute next command, and execute it in DDRInteractive- Specified by:
processInput
in classCommandReader
- Throws:
Exception
-