|
|||||||||
| Home >> All >> javax >> mail >> [ search overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.mail.search
Class FromTerm

java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.AddressTerm
javax.mail.search.FromTerm
- All Implemented Interfaces:
- java.io.Serializable
- public final class FromTerm
- extends AddressTerm
- Version:
- $Rev: 126550 $ $Date: 2005-01-26 14:27:45 -0800 (Wed, 26 Jan 2005) $
| Field Summary |
| Fields inherited from class javax.mail.search.AddressTerm |
address |
| Constructor Summary | |
FromTerm(javax.mail.Address match)
|
|
| Method Summary | |
boolean |
match(javax.mail.Message message)
Checks a matching criteria defined by the concrete subclass of this Term. |
| Methods inherited from class javax.mail.search.AddressTerm |
equals, getAddress, hashCode, match |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
FromTerm
public FromTerm(javax.mail.Address match)
| Method Detail |
match
public boolean match(javax.mail.Message message)
- Description copied from class:
SearchTerm - Checks a matching criteria defined by the concrete subclass of this Term.
- Specified by:
matchin classSearchTerm
|
|||||||||
| Home >> All >> javax >> mail >> [ search overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC