public class NotILike extends BaseCriteria
ILike| Constructor and Description |
|---|
NotILike(String attributeName,
String regex)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
String |
getAttributeName()
Return attribute name.
|
String |
getRegex()
Return regex string.
|
and, getExtractor, not, orpublic boolean execute(Element e, Map<String,AttributeExtractor> attributeExtractors)
Criteriae - cache elementattributeExtractors - map of attribute extractors to attribute value namespublic String getAttributeName()
public String getRegex()
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.