|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.p6spy.engine.common.GnuRegexMatcher
Constructor Summary | |
---|---|
GnuRegexMatcher()
|
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 GnuRegexMatcher()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |