Class Hierarchy
- java.lang.Object
- org.eclipse.jgit.fnmatch.AbstractHead (implements org.eclipse.jgit.fnmatch.Head)
- org.eclipse.jgit.fnmatch.CharacterHead
- org.eclipse.jgit.fnmatch.GroupHead
- org.eclipse.jgit.fnmatch.RestrictedWildCardHead
- org.eclipse.jgit.fnmatch.WildCardHead
- org.eclipse.jgit.fnmatch.FileNameMatcher
- org.eclipse.jgit.fnmatch.GroupHead.CharacterRange (implements org.eclipse.jgit.fnmatch.GroupHead.CharacterPattern)
- org.eclipse.jgit.fnmatch.GroupHead.DigitPattern (implements org.eclipse.jgit.fnmatch.GroupHead.CharacterPattern)
- org.eclipse.jgit.fnmatch.GroupHead.LetterPattern (implements org.eclipse.jgit.fnmatch.GroupHead.CharacterPattern)
- org.eclipse.jgit.fnmatch.GroupHead.LowerPattern (implements org.eclipse.jgit.fnmatch.GroupHead.CharacterPattern)
- org.eclipse.jgit.fnmatch.GroupHead.OneCharacterPattern (implements org.eclipse.jgit.fnmatch.GroupHead.CharacterPattern)
- org.eclipse.jgit.fnmatch.GroupHead.PunctPattern (implements org.eclipse.jgit.fnmatch.GroupHead.CharacterPattern)
- org.eclipse.jgit.fnmatch.GroupHead.UpperPattern (implements org.eclipse.jgit.fnmatch.GroupHead.CharacterPattern)
- org.eclipse.jgit.fnmatch.GroupHead.WhitespacePattern (implements org.eclipse.jgit.fnmatch.GroupHead.CharacterPattern)
- org.eclipse.jgit.fnmatch.LastHead (implements org.eclipse.jgit.fnmatch.Head)
- org.eclipse.jgit.fnmatch.AbstractHead (implements org.eclipse.jgit.fnmatch.Head)
Interface Hierarchy
- org.eclipse.jgit.fnmatch.GroupHead.CharacterPattern
- org.eclipse.jgit.fnmatch.Head