Interface ExecOutput


  • @Incubating
    public interface ExecOutput
    Provides lazy access to the output of the external process.
    Since:
    7.5
    • Method Detail

      • getStandardOutput

        ExecOutput.StandardStreamContent getStandardOutput()
        Gets a handle to the content of the process' standard output.
        Returns:
        handle of the standard output of the process.
      • getStandardError

        ExecOutput.StandardStreamContent getStandardError()
        Gets a handle to the content of the process' standard error output.
        Returns:
        handle of the standard error output of the process.