| 
 | ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.search.expression.BaseCriteria
net.sf.ehcache.search.expression.NotILike
public class NotILike
Inverse of ILike
| Constructor Summary | |
|---|---|
| NotILike(String attributeName,
         String regex)Constructor | |
| Method Summary | |
|---|---|
|  boolean | execute(Element e,
        Map<String,AttributeExtractor> attributeExtractors)Test this criteria against a cache element | 
|  String | getAttributeName()Return attribute name. | 
|  Set<Attribute<?>> | getAttributes()Returns all search attributes referenced by this instance | 
|  String | getRegex()Return regex string. | 
| Methods inherited from class net.sf.ehcache.search.expression.BaseCriteria | 
|---|
| and, getExtractor, not, or | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NotILike(String attributeName,
                String regex)
attributeName - regex - | Method Detail | 
|---|
public boolean execute(Element e,
                       Map<String,AttributeExtractor> attributeExtractors)
Criteria
e - cache elementattributeExtractors - map of attribute extractors to attribute value names
public String getAttributeName()
public String getRegex()
public Set<Attribute<?>> getAttributes()
BaseCriteria
getAttributes in class BaseCriteria| 
 | ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||