|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.mail.search.SearchTerm
|
+--javax.mail.search.AddressTerm
|
+--javax.mail.search.FromTerm
This class implements comparisons for the From Address header.
| Fields inherited from class javax.mail.search.AddressTerm |
address |
| Constructor Summary | |
FromTerm(Address address)
Constructor |
|
| Method Summary | |
boolean |
match(Message msg)
The address comparator. |
| Methods inherited from class javax.mail.search.AddressTerm |
getAddress,
match |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public FromTerm(Address address)
address - The Address to be compared| Method Detail |
public boolean match(Message msg)
msg - The address comparison is applied to this Message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||