org.jwall.web.audit.rules.operators
Class ConditionLE
java.lang.Object
org.jwall.web.audit.rules.operators.AbstractCondition
org.jwall.web.audit.rules.operators.ConditionLE
- All Implemented Interfaces:
- Serializable, Condition
public class ConditionLE
- extends AbstractCondition
- See Also:
- Serialized Form
| Methods inherited from class org.jwall.web.audit.rules.operators.AbstractCondition |
createCondition, extractValues, getPureValue, getValue, getVariable, isNegated, isNumeric, matches, matches, matches, setValue, setVariable, toString |
ConditionLE
public ConditionLE(String variable,
String value)
throws SyntaxException
- Throws:
SyntaxException
getOperator
public String getOperator()
- Description copied from interface:
Condition
- This returns a textual representation of the operator of this condition.
- Specified by:
getOperator in interface Condition- Specified by:
getOperator in class AbstractCondition
- Returns:
matches
public boolean matches(String pattern,
String input)
- Returns:
- See Also:
Condition.matches(java.lang.String, java.lang.String)
Copyright © 2012 jwall.org. All Rights Reserved.