Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.mail.search.SearchTerm
javax.mail.search.StringTerm
javax.mail.search.BodyTerm
public final class BodyTerm
extends StringTerm
parts
that have
a MIME type of "text/*" are searched.
Field Summary |
Fields inherited from class javax.mail.search.StringTerm | |
ignoreCase , pattern |
Constructor Summary | |
|
Methods inherited from class javax.mail.search.StringTerm | |
equals , getIgnoreCase , getPattern , hashCode , match |
Methods inherited from class javax.mail.search.SearchTerm | |
match |
public BodyTerm(String pattern)
Constructor specifying a pattern. Defaults to case insensitive matching.
- Parameters:
pattern
- the pattern for this term