Package | Description |
---|---|
org.eclipse.jgit.api.errors | |
org.eclipse.jgit.patch |
Modifier and Type | Method and Description |
---|---|
java.util.List<FormatError> |
PatchFormatException.getErrors() |
Constructor and Description |
---|
PatchFormatException(java.util.List<FormatError> errors) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FormatError> |
Patch.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
Patch.addError(FormatError err)
Add a formatting error to this patch script.
|
Copyright © 2012. All Rights Reserved.