Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.mail.search
Class FromTerm  view FromTerm download FromTerm.java

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

public final class FromTerm
extends AddressTerm

Version:
$Rev: 126550 $ $Date: 2005-01-26 14:27:45 -0800 (Wed, 26 Jan 2005) $

Field Summary
 
Fields inherited from class javax.mail.search.AddressTerm
address
 
Constructor Summary
FromTerm(javax.mail.Address match)
           
 
Method Summary
 boolean match(javax.mail.Message message)
          Checks a matching criteria defined by the concrete subclass of this Term.
 
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(javax.mail.Address match)
Method Detail

match

public boolean match(javax.mail.Message message)
Description copied from class: SearchTerm
Checks a matching criteria defined by the concrete subclass of this Term.

Specified by:
match in class SearchTerm