javax.mail.search
Class NotTerm

java.lang.Object
  |
  +--javax.mail.search.SearchTerm
        |
        +--javax.mail.search.NotTerm

public final class NotTerm
extends SearchTerm

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

term

protected SearchTerm term
Constructor Detail

NotTerm

public NotTerm(SearchTerm t)
Method Detail

getTerm

public SearchTerm getTerm()
Return the term to negate.

match

public boolean match(Message msg)
Description copied from class: SearchTerm
This method applies a specific match criterion to the given message and returns the result.
Overrides:
match in class SearchTerm
Tags copied from class: SearchTerm
Parameters:
msg - The match criterion is applied on this message
Returns:
true, it the match succeeds, false if the match fails