public class SettableMatcher extends Object implements StringMatcher
| Constructor and Description |
|---|
SettableMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String string)
Checks whether the given string matches.
|
void |
setMatcher(StringMatcher matcher) |
public void setMatcher(StringMatcher matcher)
public boolean matches(String string)
StringMatchermatches in interface StringMatcherstring - the string to match.Copyright © 2015. All Rights Reserved.