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.
SearchTerm() |
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 |
publicSearchTerm()
public abstract booleanmatch(Message msg)
msg
- The match criterion is applied on this message