public class ListMatcher extends StringMatcher
| Constructor and Description |
|---|
ListMatcher(StringMatcher[] matchers) |
ListMatcher(StringMatcher[] matchers,
boolean[] negate) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(String string,
int offset,
int length)
Checks whether the given substring matches.
|
matchespublic ListMatcher(StringMatcher[] matchers)
public ListMatcher(StringMatcher[] matchers, boolean[] negate)
protected boolean matches(String string, int offset, int length)
StringMatchermatches in class StringMatcherstring - the string to match.offset - the start offset of the substring.length - the length of the substring.Copyright © 2016. All rights reserved.