public class NotILike extends BaseCriteria
ILike
Constructor and Description |
---|
NotILike(java.lang.String attributeName,
java.lang.String regex)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
execute(Element e,
java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
java.lang.String |
getAttributeName()
Return attribute name.
|
java.lang.String |
getRegex()
Return regex string.
|
and, getExtractor, not, or
private final ILike src
public NotILike(java.lang.String attributeName, java.lang.String regex)
attributeName
- regex
- public boolean execute(Element e, java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
Criteria
e
- cache elementattributeExtractors
- map of attribute extractors to attribute value namespublic java.lang.String getAttributeName()
public java.lang.String getRegex()