Methods in com.p6spy.engine.common that throw MatchException |
boolean |
StringMatcher.match(java.lang.String expression,
java.lang.String value)
Returns true if the given expression is found within the value. |
boolean |
JakartaRegexMatcher.match(java.lang.String expression,
java.lang.String value)
Returns true if the given expression is found within the value. |
boolean |
GnuRegexMatcher.match(java.lang.String expression,
java.lang.String value)
Returns true if the given expression is found within the value. |