Package org.eclipse.jgit.fnmatch
Class GroupHead.WhitespacePattern
java.lang.Object
org.eclipse.jgit.fnmatch.GroupHead.WhitespacePattern
- All Implemented Interfaces:
GroupHead.CharacterPattern
- Enclosing class:
GroupHead
private static final class GroupHead.WhitespacePattern
extends Object
implements GroupHead.CharacterPattern
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
WhitespacePattern
private WhitespacePattern()
-
-
Method Details
-
matches
public final 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.
-