Package org.eclipse.jgit.fnmatch
Class LastHead
java.lang.Object
org.eclipse.jgit.fnmatch.LastHead
- All Implemented Interfaces:
Head
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNextHeads
(char c) Get the character which decides which heads are returned
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LastHead
private LastHead()Don't call this constructor, useINSTANCE
-
-
Method Details
-
getNextHeads
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.
-