Module openj9.dtfj

Class CommandReader

    • Constructor Detail

      • CommandReader

        public CommandReader​(PrintStream out)
    • Method Detail

      • processInput

        public abstract void processInput​(DDRInteractive engine)
                                   throws Exception
        Execute next command, and execute it in DDRInteractive
        Throws:
        Exception
      • setInputStream

        public abstract void setInputStream​(InputStream in)
        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