Class NotILike

    • Constructor Summary

      Constructors 
      Constructor Description
      NotILike​(java.lang.String attributeName, java.lang.String regex)
      Constructor
    • Constructor Detail

      • NotILike

        public NotILike​(java.lang.String attributeName,
                        java.lang.String regex)
        Constructor
        Parameters:
        attributeName -
        regex -
    • Method Detail

      • execute

        public boolean execute​(Element e,
                               java.util.Map<java.lang.String,​AttributeExtractor> attributeExtractors)
        Description copied from interface: Criteria
        Test this criteria against a cache element
        Parameters:
        e - cache element
        attributeExtractors - map of attribute extractors to attribute value names
        Returns:
        true if the criteria matches this element
      • getAttributeName

        public java.lang.String getAttributeName()
        Return attribute name.
        Returns:
        String attribute name
      • getRegex

        public java.lang.String getRegex()
        Return regex string.
        Returns:
        String regex.