javax.mail.search
Class SearchTerm
java.lang.Object
javax.mail.search.SearchTerm
- Serializable
public abstract class SearchTerm
extends java.lang.Object
implements Serializable
A search expression is represented as a tree of search terms. All search
terms derive from this class.
abstract boolean | match(Message msg) - Indicates whether the given message matches this search term.
|
match
public abstract boolean match(Message msg)
Indicates whether the given message matches this search term.
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved