Uses of Class
org.eclipse.jgit.patch.FormatError.Severity
-
Packages that use FormatError.Severity Package Description org.eclipse.jgit.patch Patch file parser and data structure. -
-
Uses of FormatError.Severity in org.eclipse.jgit.patch
Fields in org.eclipse.jgit.patch declared as FormatError.Severity Modifier and Type Field Description private FormatError.Severity
FormatError. severity
Methods in org.eclipse.jgit.patch that return FormatError.Severity Modifier and Type Method 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.Constructors in org.eclipse.jgit.patch with parameters of type FormatError.Severity Constructor Description FormatError(byte[] buffer, int ptr, FormatError.Severity sev, java.lang.String msg)
-