|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.mail.search.SearchTerm
|
+--javax.mail.search.NotTerm
This class implements the logical NEGATION operator.
| Field Summary | |
protected SearchTerm |
term
|
| Constructor Summary | |
NotTerm(SearchTerm t)
|
|
| Method Summary | |
SearchTerm |
getTerm()
Return the term to negate. |
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 |
| Field Detail |
protected SearchTerm term
| Constructor Detail |
public NotTerm(SearchTerm t)
| Method Detail |
public SearchTerm getTerm()
public 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 | ||||||||