public class ConditionRX extends AbstractCondition implements Condition
Instances of this class match all values for the given variable against the specified regular expression.
| Constructor and Description |
|---|
ConditionRX(String var,
String exp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperator()
This returns a textual representation of the operator of this condition.
|
boolean |
matches(String p,
String input) |
createCondition, extractValues, getPureValue, getValue, getVariable, isNegated, isNumeric, matches, matches, matches, setValue, setVariable, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValue, getVariable, matches, setVariablepublic ConditionRX(String var, String exp) throws SyntaxException
SyntaxExceptionpublic String getOperator()
ConditiongetOperator in interface ConditiongetOperator in class AbstractConditionAbstractCondition.getOperator()public boolean matches(String p, String input)
matches in interface ConditionCondition.matches(java.lang.String, java.lang.String)Copyright © 2013 jwall.org. All Rights Reserved.