Package | Description |
---|---|
org.eclipse.jgit.patch |
Patch file parser and data structure.
|
Modifier and Type | Field and Description |
---|---|
private FormatError.Severity |
FormatError.severity |
Modifier and Type | Method and Description |
---|---|
FormatError.Severity |
FormatError.getSeverity()
Get the severity of the error.
|
static FormatError.Severity |
FormatError.Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormatError.Severity[] |
FormatError.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FormatError(byte[] buffer,
int ptr,
FormatError.Severity sev,
java.lang.String msg) |