public static class CLIGitCommand.Result
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.io.ByteArrayOutputStream |
err |
java.lang.Exception |
ex |
java.io.ByteArrayOutputStream |
out |
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
byte[] |
errBytes() |
java.util.List<java.lang.String> |
errLines() |
java.lang.String |
errString() |
byte[] |
outBytes() |
java.util.List<java.lang.String> |
outLines() |
java.lang.String |
outString() |