|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.StringTerm
javax.mail.search.AddressStringTerm
javax.mail.search.RecipientStringTerm
public final class RecipientStringTerm
Field Summary |
---|
Fields inherited from class javax.mail.search.StringTerm |
---|
ignoreCase, pattern |
Constructor Summary | |
---|---|
RecipientStringTerm(Message.RecipientType type,
java.lang.String pattern)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
Message.RecipientType |
getRecipientType()
|
int |
hashCode()
|
boolean |
match(Message message)
Checks a matching criteria defined by the concrete subclass of this Term. |
Methods inherited from class javax.mail.search.AddressStringTerm |
---|
match |
Methods inherited from class javax.mail.search.StringTerm |
---|
getIgnoreCase, getPattern, match |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecipientStringTerm(Message.RecipientType type, java.lang.String pattern)
Method Detail |
---|
public Message.RecipientType getRecipientType()
public boolean match(Message message)
SearchTerm
match
in class SearchTerm
message
- the message to apply the matching criteria to
public boolean equals(java.lang.Object other)
equals
in class StringTerm
public int hashCode()
hashCode
in class StringTerm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |