Package jakarta.mail.search
Class HeaderTerm
java.lang.Object
jakarta.mail.search.SearchTerm
jakarta.mail.search.StringTerm
jakarta.mail.search.HeaderTerm
- All Implemented Interfaces:
Serializable
This class implements comparisons for Message headers.
The comparison is case-insensitive.
- Author:
- Bill Shannon, John Mani
- See Also:
-
Field Summary
Fields inherited from class jakarta.mail.search.StringTerm
ignoreCase, pattern
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.mail.search.StringTerm
getIgnoreCase, getPattern, match
-
Constructor Details
-
HeaderTerm
Constructor.- Parameters:
headerName
- The name of the headerpattern
- The pattern to search for
-
-
Method Details
-
getHeaderName
Return the name of the header to compare with.- Returns:
- the name of the header
-
match
The header match method.- Specified by:
match
in classSearchTerm
- Parameters:
msg
- The match is applied to this Message's header- Returns:
- true if the match succeeds, otherwise false
-
equals
Equality comparison.- Overrides:
equals
in classStringTerm
-
hashCode
public int hashCode()Compute a hashCode for this object.- Overrides:
hashCode
in classStringTerm
-