Class FS.ExecutionResult

java.lang.Object
org.eclipse.jgit.util.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
  • Field Details

  • Constructor Details

  • Method Details

    • 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