Class StringTerm

    • Method Detail

      • getPattern

        public String getPattern()
        Return the string to match with.
        Returns:
        the string to match
      • getIgnoreCase

        public boolean getIgnoreCase()
        Return true if we should ignore case when matching.
        Returns:
        true if we should ignore case
      • equals

        public boolean equals​(Object obj)
        Equality comparison.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Compute a hashCode for this object.
        Overrides:
        hashCode in class Object