Package org.eclipse.jgit.fnmatch
Interface Head
- All Known Implementing Classes:
AbstractHead,CharacterHead,GroupHead,LastHead,RestrictedWildCardHead,WildCardHead
interface Head
-
Method Summary
Modifier and TypeMethodDescriptiongetNextHeads(char c) Get the character which decides which heads are returned
-
Method Details
-
getNextHeads
Get the character which decides which heads are returned- Parameters:
c- the character which decides which heads are returned.- Returns:
- a list of heads based on the input.
-