Uses of Enum Class
org.eclipse.jgit.patch.FormatError.Severity
Packages that use FormatError.Severity
-
Uses of FormatError.Severity in org.eclipse.jgit.patch
Fields in org.eclipse.jgit.patch declared as FormatError.SeverityMethods in org.eclipse.jgit.patch that return FormatError.SeverityModifier and TypeMethodDescriptionFormatError.getSeverity()
Get the severity of the error.static FormatError.Severity
Returns the enum constant of this class with the specified name.static FormatError.Severity[]
FormatError.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jgit.patch with parameters of type FormatError.SeverityModifierConstructorDescription(package private)
FormatError
(byte[] buffer, int ptr, FormatError.Severity sev, String msg)