|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.p6spy.engine.common.JakartaRegexMatcher
Constructor Summary | |
JakartaRegexMatcher()
|
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 JakartaRegexMatcher()
Method Detail |
public boolean match(java.lang.String expression, java.lang.String value) throws MatchException
match
in interface StringMatcher
expression
- - the expression to findvalue
- - the value to look for the expression in
MatchException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |