Package org.eclipse.jgit.pgm
Class CLIGitCommand.Result
- java.lang.Object
-
- org.eclipse.jgit.pgm.CLIGitCommand.Result
-
- Enclosing class:
- CLIGitCommand
public static class CLIGitCommand.Result extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ByteArrayOutputStream
err
Exception
ex
ByteArrayOutputStream
out
-
Constructor Summary
Constructors Constructor Description Result()
-
-
-
Field Detail
-
out
public final ByteArrayOutputStream out
-
err
public final ByteArrayOutputStream err
-
ex
public Exception ex
-
-