Interface ContextAttributeComparator
-
public interface ContextAttributeComparatorAn object able to compare two values of same attribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(java.lang.String attribute, java.lang.String pattern, java.lang.String value)Checks whether provided value matches pattern
-
-
-
Method Detail
-
matches
boolean matches(java.lang.String attribute, java.lang.String pattern, java.lang.String value)Checks whether provided value matches pattern- Parameters:
attribute- name of attribute which values are to be comparedpattern- model value of attributevalue- value to be checked- Returns:
trueif provided value matches provided pattern
-
-