Class SubjectTerm

All Implemented Interfaces:
Serializable

public final class SubjectTerm extends StringTerm
This class implements comparisons for the message Subject header. The comparison is case-insensitive. The pattern is a simple string that must appear as a substring in the Subject.
Author:
Bill Shannon, John Mani
See Also:
  • Constructor Details

    • SubjectTerm

      public SubjectTerm(String pattern)
      Constructor.
      Parameters:
      pattern - the pattern to search for
  • Method Details

    • match

      public boolean match(Message msg)
      The match method.
      Specified by:
      match in class SearchTerm
      Parameters:
      msg - the pattern match is applied to this Message's subject header
      Returns:
      true if the pattern match succeeds, otherwise false
    • equals

      public boolean equals(Object obj)
      Equality comparison.
      Overrides:
      equals in class StringTerm