public class ConditionSX extends AbstractCondition implements Condition
Instances of this class match all values for the given variable against the
specified simple expression. A simple expression is a match containing two
special wildcards: * and ?.
log| Constructor and Description |
|---|
ConditionSX(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 pattern,
String input) |
String |
toString() |
createCondition, extractValues, getPureValue, getValue, getVariable, isNegated, isNumeric, matches, matches, matches, matchesAll, matchesAny, setValue, setVariableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValue, getVariable, matches, setVariablepublic ConditionSX(String var, String exp) throws SyntaxException
SyntaxExceptionpublic String getOperator()
ConditiongetOperator in interface ConditiongetOperator in class AbstractConditionAbstractCondition.getOperator()public String toString()
toString in class AbstractConditionpublic boolean matches(String pattern, String input)
matches in interface ConditionCondition.matches(java.lang.String,
java.lang.String)Copyright © 2015 jwall.org. All Rights Reserved.