Uses of Enum
org.eclipse.jgit.patch.FormatError.Severity
Packages that use FormatError.Severity
-
Uses of FormatError.Severity in org.eclipse.jgit.patch
Subclasses with type arguments of type FormatError.Severity in org.eclipse.jgit.patchFields 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.SeverityReturns 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.SeverityModifierConstructorDescription(package private)FormatError(byte[] buffer, int ptr, FormatError.Severity sev, String msg)