| Package | Description |
|---|---|
| org.eclipse.jgit.api.errors |
Exceptions thrown by API commands.
|
| org.eclipse.jgit.patch |
Patch file parser and data structure.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<FormatError> |
PatchFormatException.getErrors() |
| Constructor | Description |
|---|---|
PatchFormatException(List<FormatError> errors) |
| Modifier and Type | Method | Description |
|---|---|---|
List<FormatError> |
Patch.getErrors() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Patch.addError(FormatError err) |
Add a formatting error to this patch script.
|
Copyright © 2018. All rights reserved.