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:
    Serialized Form
    • Constructor Detail

      • SubjectTerm

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

      • 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