|
||||||||||
| 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(String value)
Returns true if the given String matches the regular expression of this RegExpEvaluator. |
void |
setExpression(String rexpr)
Sets the regular expression to match against during a call to matches(java.lang.String). |
| Method Detail |
|---|
boolean matches(String value)
RegExpEvaluator.
value - the String to check the production of
RegExpEvaluatorsetExpression(java.lang.String)void setExpression(String rexpr)
matches(java.lang.String).
rexpr - the regular expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||