Package org.eclipse.jgit.fnmatch
Class WildCardHead
java.lang.Object
org.eclipse.jgit.fnmatch.AbstractHead
org.eclipse.jgit.fnmatch.WildCardHead
- All Implemented Interfaces:
Head
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final boolean
matches
(char c) Whether the char matchesMethods inherited from class org.eclipse.jgit.fnmatch.AbstractHead
getNextHeads, isStar, setNewHeads
-
Constructor Details
-
WildCardHead
WildCardHead(boolean star)
-
-
Method Details
-
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
-