Package org.eclipse.jgit.fnmatch
Class WildCardHead
- java.lang.Object
-
- org.eclipse.jgit.fnmatch.AbstractHead
-
- org.eclipse.jgit.fnmatch.WildCardHead
-
- All Implemented Interfaces:
Head
final class WildCardHead extends AbstractHead
-
-
Constructor Summary
Constructors Constructor Description WildCardHead(boolean star)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
matches(char c)
Whether the char matches-
Methods inherited from class org.eclipse.jgit.fnmatch.AbstractHead
getNextHeads, isStar, setNewHeads
-
-
-
-
Method Detail
-
matches
protected final boolean matches(char c)
Whether the char matches- Specified by:
matches
in classAbstractHead
- Parameters:
c
- a char.- Returns:
- whether the char matches
-
-