Package org.eclipse.jgit.fnmatch
Interface Head
-
- All Known Implementing Classes:
AbstractHead
,CharacterHead
,GroupHead
,LastHead
,RestrictedWildCardHead
,WildCardHead
interface Head
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Head>
getNextHeads(char c)
Get the character which decides which heads are returned
-
-
-
Method Detail
-
getNextHeads
java.util.List<Head> getNextHeads(char c)
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.
-
-