|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.p6spy.engine.common.SubstringMatcher
| Constructor Summary | |
SubstringMatcher()
|
|
| Method Summary | |
boolean |
match(java.lang.String expression,
java.lang.String value)
Returns true if the given expression is found within the value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SubstringMatcher()
| Method Detail |
public boolean match(java.lang.String expression,
java.lang.String value)
match in interface StringMatcherexpression - - the expression to findvalue - - the value to look for the expression in
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||