|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.ComparisonTerm
javax.mail.search.DateTerm
javax.mail.search.SentDateTerm
public final class SentDateTerm
| Field Summary |
|---|
| Fields inherited from class javax.mail.search.DateTerm |
|---|
date |
| Fields inherited from class javax.mail.search.ComparisonTerm |
|---|
comparison, EQ, GE, GT, LE, LT, NE |
| Constructor Summary | |
|---|---|
SentDateTerm(int comparison,
java.util.Date date)
|
|
| Method Summary | |
|---|---|
boolean |
match(Message message)
Checks a matching criteria defined by the concrete subclass of this Term. |
| Methods inherited from class javax.mail.search.DateTerm |
|---|
equals, getComparison, getDate, hashCode, match |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SentDateTerm(int comparison,
java.util.Date date)
| Method Detail |
|---|
public boolean match(Message message)
SearchTerm
match in class SearchTermmessage - the message to apply the matching criteria to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||