Package org.apache.sling.hc.util
Class SimpleConstraintChecker
- java.lang.Object
-
- org.apache.sling.hc.util.SimpleConstraintChecker
-
@Deprecated public class SimpleConstraintChecker extends java.lang.Object
Deprecated.Simple check of numeric values against expressions like < N, > N, between two values etc. See the SimpleConstraintCheckerTest for examples.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONTAINS
Deprecated.
-
Constructor Summary
Constructors Constructor Description SimpleConstraintChecker()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
check(java.lang.Object inputValue, java.lang.String constraint, ResultLog resultLog)
Deprecated.Check value against expression and report to result
-
-
-
Field Detail
-
CONTAINS
public static final java.lang.String CONTAINS
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
check
public void check(java.lang.Object inputValue, java.lang.String constraint, ResultLog resultLog)
Deprecated.Check value against expression and report to result
-
-