|
|||||||||
| 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 BodyTerm

java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.StringTerm
javax.mail.search.BodyTerm
- All Implemented Interfaces:
- java.io.Serializable
- public final class BodyTerm
- extends StringTerm
Term that matches on a message body. All parts that have a MIME type of "text/*" are searched.
- Version:
- $Rev: 126550 $ $Date: 2005-01-26 14:27:45 -0800 (Wed, 26 Jan 2005) $
| Field Summary |
| Fields inherited from class javax.mail.search.StringTerm |
ignoreCase, pattern |
| Constructor Summary | |
BodyTerm(java.lang.String pattern)
|
|
| Method Summary | |
boolean |
match(javax.mail.Message message)
Checks a matching criteria defined by the concrete subclass of this Term. |
private boolean |
matchPart(javax.mail.Part part)
|
| Methods inherited from class javax.mail.search.StringTerm |
equals, getIgnoreCase, getPattern, hashCode, match |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BodyTerm
public BodyTerm(java.lang.String pattern)
| 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
matchPart
private boolean matchPart(javax.mail.Part part) throws javax.mail.MessagingException, java.io.IOException
|
|||||||||
| Home >> All >> javax >> mail >> [ search overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC