javax.mail.search
Class FromTerm

java.lang.Object
  extended byjavax.mail.search.SearchTerm
      extended byjavax.mail.search.AddressTerm
          extended byjavax.mail.search.FromTerm
All Implemented Interfaces:
Serializable

public final class FromTerm
extends AddressTerm

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:28 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.mail.search.AddressTerm
address
 
Constructor Summary
FromTerm(Address match)
           
 
Method Summary
 boolean match(Message message)
           
 
Methods inherited from class javax.mail.search.AddressTerm
equals, getAddress, hashCode, match
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromTerm

public FromTerm(Address match)
Method Detail

match

public boolean match(Message message)
Specified by:
match in class SearchTerm


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.