Class FS.ExecutionResult

  • Enclosing class:
    FS

    public static class FS.ExecutionResult
    extends Object
    Result of an executed process. The caller is responsible to close the contained TemporaryBuffers
    Since:
    4.2
    • Method Detail

      • getStdout

        public TemporaryBuffer getStdout()
        Returns:
        buffered standard output stream
      • getStderr

        public TemporaryBuffer getStderr()
        Returns:
        buffered standard error stream
      • getRc

        public int getRc()
        Returns:
        the return code of the process