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 and Description |
---|---|
List<FormatError> |
PatchFormatException.getErrors() |
Constructor and Description |
---|
PatchFormatException(List<FormatError> errors) |
Modifier and Type | Method and Description |
---|---|
List<FormatError> |
Patch.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
Patch.addError(FormatError err)
Add a formatting error to this patch script.
|
Copyright © 2015. All rights reserved.