public class WildCardMatcher extends NameMatcher
Pattern
's.
This class is immutable and thread safe.
Modifier and Type | Method and Description |
---|---|
boolean |
matches(String segment,
int startIncl,
int endExcl)
Matches only part of given string
|
matches
equals, hashCode, toString
public boolean matches(String segment, int startIncl, int endExcl)
matches
in interface IMatcher
matches
in class NameMatcher
segment
- string which is not null, but might be emptystartIncl
- start index, inclusiveendExcl
- end index, exclusiveCopyright © 2019 Eclipse JGit Project. All rights reserved.