|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegExpEvaluator
A simple interface for evaluating Regular expressions
Method Summary | |
---|---|
boolean |
matches(java.lang.String value)
Returns true if the given String is matched by the regular expression of this RegExpEvaluator |
void |
setExpression(java.lang.String rexpr)
Sets the regular expression to match against during a call to #matches |
Method Detail |
---|
boolean matches(java.lang.String value)
value
- the String to check the production of
setExpression(java.lang.String)
void setExpression(java.lang.String rexpr)
rexpr
- the regular expression
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |