Class QDLRunner

    • Method Detail

      • isEchoModeOn

        public boolean isEchoModeOn()
      • setEchoModeOn

        public void setEchoModeOn​(boolean echoModeOn)
      • getState

        public State getState()
      • getPrettyPrint

        public Boolean getPrettyPrint()
      • setPrettyPrint

        public void setPrettyPrint​(Boolean prettyPrint)
      • setState

        public void setState​(State state)
        You may inject state at runtime if you need this to start with some existing state.
        Parameters:
        state -
      • setInterpreter

        public void setInterpreter​(QDLInterpreter interpreter)
      • restart

        public void restart​(SIEntry siEntry)
      • getLastResult

        public Object getLastResult()
      • run

        protected void run​(int startIndex,
                           State currentState)