Package org.eclipse.jgit.util
Class FS.ExecutionResult
java.lang.Object
org.eclipse.jgit.util.FS.ExecutionResult
- Enclosing class:
- FS
Result of an executed process. The caller is responsible to close the
contained
TemporaryBuffer
s- Since:
- 4.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stdout
-
stderr
-
rc
private int rc
-
-
Constructor Details
-
ExecutionResult
- Parameters:
stdout
-stderr
-rc
-
-
-
Method Details
-
getStdout
- Returns:
- buffered standard output stream
-
getStderr
- Returns:
- buffered standard error stream
-
getRc
public int getRc()- Returns:
- the return code of the process
-