- java.lang.Object
-
- javax.mail.search.SearchTerm
-
- javax.mail.search.StringTerm
-
- javax.mail.search.AddressStringTerm
-
- javax.mail.search.RecipientStringTerm
-
- All Implemented Interfaces:
- Serializable
public final class RecipientStringTerm extends AddressStringTerm
This class implements string comparisons for the Recipient Address headers.Note that this class differs from the
RecipientTerm
class in that this class does comparisons on address strings rather than Address objects. The string comparisons are case-insensitive.- Since:
- JavaMail 1.1
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.mail.search.StringTerm
ignoreCase, pattern
-
-
Constructor Summary
Constructors Constructor and Description RecipientStringTerm(Message.RecipientType type, String pattern)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(Object obj)
Equality comparison.Message.RecipientType
getRecipientType()
Return the type of recipient to match with.int
hashCode()
Compute a hashCode for this object.boolean
match(Message msg)
Check whether the address specified in the constructor is a substring of the recipient address of this Message.-
Methods inherited from class javax.mail.search.AddressStringTerm
match
-
Methods inherited from class javax.mail.search.StringTerm
getIgnoreCase, getPattern, match
-
-
-
-
Constructor Detail
-
RecipientStringTerm
public RecipientStringTerm(Message.RecipientType type, String pattern)
Constructor.- Parameters:
type
- the recipient typepattern
- the address pattern to be compared.
-
-
Method Detail
-
getRecipientType
public Message.RecipientType getRecipientType()
Return the type of recipient to match with.
-
match
public boolean match(Message msg)
Check whether the address specified in the constructor is a substring of the recipient address of this Message.- Specified by:
match
in classSearchTerm
- Parameters:
msg
- The comparison is applied to this Message's recipient address.- Returns:
- true if the match succeeds, otherwise false.
-
equals
public boolean equals(Object obj)
Equality comparison.- Overrides:
equals
in classAddressStringTerm
-
hashCode
public int hashCode()
Compute a hashCode for this object.- Overrides:
hashCode
in classStringTerm
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/mail/search/recipientstringterm.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.