Class CommandReader
java.lang.Object
com.ibm.j9ddr.command.CommandReader
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
processInput
(DDRInteractive engine) Execute next command, and execute it in DDRInteractivevoid
processLine
(DDRInteractive engine, String line) abstract void
Set 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
-