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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getRc()
Get the return code of the processGet buffered standard error streamGet buffered standard output stream
-
Constructor Details
-
ExecutionResult
- Parameters:
stdout
- stdout streamstderr
- stderr streamrc
- return code
-
-
Method Details
-
getStdout
Get buffered standard output stream- Returns:
- buffered standard output stream
-
getStderr
Get buffered standard error stream- Returns:
- buffered standard error stream
-
getRc
public int getRc()Get the return code of the process- Returns:
- the return code of the process
-