Package org.eclipse.jgit.fnmatch
Class GroupHead.PunctPattern
- java.lang.Object
-
- org.eclipse.jgit.fnmatch.GroupHead.PunctPattern
-
- All Implemented Interfaces:
GroupHead.CharacterPattern
- Enclosing class:
- GroupHead
private static final class GroupHead.PunctPattern extends java.lang.Object implements GroupHead.CharacterPattern
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static GroupHead.PunctPattern
INSTANCE
private static java.lang.String
punctCharacters
-
Constructor Summary
Constructors Modifier Constructor Description private
PunctPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(char c)
-
-
-
Field Detail
-
INSTANCE
static final GroupHead.PunctPattern INSTANCE
-
punctCharacters
private static java.lang.String punctCharacters
-
-
Method Detail
-
matches
public boolean matches(char c)
- Specified by:
matches
in interfaceGroupHead.CharacterPattern
- Parameters:
c
- the character to test- Returns:
- returns true if the character matches a pattern.
-
-