Module jakarta.mail

Class SubjectTerm

  • All Implemented Interfaces:
    java.io.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​(java.lang.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
      • equals

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