|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--javax.mail.search.SearchTerm
Search criteria are expressed as a tree of search-terms, forming a parse-tree for the search expression. Search-terms are represented by this class. This is an abstract class; subclasses implement specific match methods.
| Constructor Summary | |
SearchTerm()
|
|
| Method Summary | |
abstract boolean |
match(Message msg)
This method applies a specific match criterion to the given message and returns the result. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SearchTerm()
| Method Detail |
public abstract boolean match(Message msg)
msg - The match criterion is applied on this message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||