public class WildCardMatcher extends NameMatcher
Pattern's.
This class is immutable and thread safe.
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.String segment,
int startIncl,
int endExcl)
Matches only part of given string
|
matchesequals, hashCode, toStringpublic boolean matches(java.lang.String segment,
int startIncl,
int endExcl)
matches in interface IMatchermatches in class NameMatchersegment - string which is not null, but might be emptystartIncl - start index, inclusiveendExcl - end index, exclusive