Class AttributeComparisonFilter

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AttributeComparisonFilter​(java.lang.String attribute)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getAttribute()  
      boolean match​(java.util.Map<java.lang.String,​java.lang.String> properties)  
      abstract java.lang.String toString()  
      protected abstract boolean valueMatches​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AttributeComparisonFilter

        protected AttributeComparisonFilter​(java.lang.String attribute)
    • Method Detail

      • getAttribute

        protected java.lang.String getAttribute()
      • match

        public boolean match​(java.util.Map<java.lang.String,​java.lang.String> properties)
        Specified by:
        match in interface Filter
        Specified by:
        match in class AbstractFilter
      • valueMatches

        protected abstract boolean valueMatches​(java.lang.String value)