Uses of Class
org.eclipse.jgit.patch.FormatError.Severity

Packages that use FormatError.Severity
org.eclipse.jgit.patch Patch file parser and data structure. 
 

Uses of FormatError.Severity in org.eclipse.jgit.patch
 

Methods in org.eclipse.jgit.patch that return FormatError.Severity
 FormatError.Severity FormatError.getSeverity()
           
static FormatError.Severity FormatError.Severity.valueOf(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.
 



Copyright © 2013. All Rights Reserved.