Class CapturedStdOutErrTextInteractive

    • Constructor Detail

      • CapturedStdOutErrTextInteractive

        public CapturedStdOutErrTextInteractive​(Function<LineEntry,​String> interactive,
                                                Charset destCharset)
        Parameters:
        interactive - function return null if nothing to send.
        destCharset - used for injected String to byte[] in stream
      • CapturedStdOutErrTextInteractive

        public CapturedStdOutErrTextInteractive​(Function<LineEntry,​String> interactive)
        Parameters:
        interactive - function return null if nothing to send.