Uses of Class
org.eclipse.jgit.ignore.internal.Strings.PatternState
-
Packages that use Strings.PatternState Package Description org.eclipse.jgit.ignore.internal -
-
Uses of Strings.PatternState in org.eclipse.jgit.ignore.internal
Methods in org.eclipse.jgit.ignore.internal that return Strings.PatternState Modifier and Type Method Description (package private) static Strings.PatternStateStrings. checkWildCards(java.lang.String pattern)static Strings.PatternStateStrings.PatternState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Strings.PatternState[]Strings.PatternState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-