|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormatError | |
|---|---|
| org.eclipse.jgit.api.errors | Exceptions thrown by API commands. |
| org.eclipse.jgit.patch | Patch file parser and data structure. |
| Uses of FormatError in org.eclipse.jgit.api.errors |
|---|
| Methods in org.eclipse.jgit.api.errors that return types with arguments of type FormatError | |
|---|---|
java.util.List<FormatError> |
PatchFormatException.getErrors()
|
| Constructor parameters in org.eclipse.jgit.api.errors with type arguments of type FormatError | |
|---|---|
PatchFormatException(java.util.List<FormatError> errors)
|
|
| Uses of FormatError in org.eclipse.jgit.patch |
|---|
| Methods in org.eclipse.jgit.patch that return types with arguments of type FormatError | |
|---|---|
java.util.List<FormatError> |
Patch.getErrors()
|
| Methods in org.eclipse.jgit.patch with parameters of type FormatError | |
|---|---|
void |
Patch.addError(FormatError err)
Add a formatting error to this patch script. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||