|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.util.SettableMatcher
public class SettableMatcher
This StringMatcher delegates to a another StringMatcher that can be set after this StringMatcher has been constructed.
| Constructor Summary | |
|---|---|
SettableMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
matches(java.lang.String string)
Checks whether the given string matches. |
void |
setMatcher(StringMatcher matcher)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SettableMatcher()
| Method Detail |
|---|
public void setMatcher(StringMatcher matcher)
public boolean matches(java.lang.String string)
StringMatcher
matches in interface StringMatcherstring - the string to match.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||