|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.util.FixedStringMatcher
public class FixedStringMatcher
This StringMatcher tests whether strings start with a given fixed string and then match another optional given StringMatcher.
| Constructor Summary | |
|---|---|
FixedStringMatcher(java.lang.String fixedString)
|
|
FixedStringMatcher(java.lang.String fixedString,
StringMatcher nextMatcher)
|
|
| Method Summary | |
|---|---|
boolean |
matches(java.lang.String string)
Checks whether the given string matches. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedStringMatcher(java.lang.String fixedString)
public FixedStringMatcher(java.lang.String fixedString,
StringMatcher nextMatcher)
| Method Detail |
|---|
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 | ||||||||