Interface StdOutProcessor

    • Method Detail

      • setUp

        String setUp​(FlowContextHandler owner)
        Configures the handler.
        Parameters:
        owner - the owning command
        Returns:
        null if successfully setup, otherwise error message
      • processAsync

        void processAsync​(String output)
        Processes the stdout output received when in async mode.
        Parameters:
        output - the output to process
      • processBlocking

        void processBlocking​(String output)
        Processes the stdout output received when in blocking mode.
        Parameters:
        output - the output to process