Package org.eclipse.jgit.fnmatch
Class LastHead
- java.lang.Object
-
- org.eclipse.jgit.fnmatch.LastHead
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Head>
getNextHeads(char c)
Get the character which decides which heads are returned
-
-
-
Field Detail
-
INSTANCE
static final Head INSTANCE
-
-
Constructor Detail
-
LastHead
private LastHead()
Don't call this constructor, useINSTANCE
-
-
Method Detail
-
getNextHeads
public java.util.List<Head> getNextHeads(char c)
Get the character which decides which heads are returned- Specified by:
getNextHeads
in interfaceHead
- Parameters:
c
- the character which decides which heads are returned.- Returns:
- a list of heads based on the input.
-
-