当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v1.3.1 API Specifications
Java 2 Platform EE v1.3: Class FromTerm - Java Platform, Enterprise Edition v1.3.1 API Specifications
javax.mail.search
Class FromTerm
java.lang.Object
|
+--javax.mail.search.SearchTerm
|
+--javax.mail.search.AddressTerm
|
+--javax.mail.search.FromTerm
- public final class FromTerm
- extends AddressTerm
This class implements comparisons for the From Address header.
Method Summary |
boolean |
match(Message msg)
The address comparator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FromTerm
public FromTerm(Address address)
- Constructor
- Parameters:
address
- The Address to be compared
match
public boolean match(Message msg)
- The address comparator.
- Overrides:
match
in class SearchTerm
- Parameters:
msg
- The address comparison is applied to this Message- Returns:
- true if the comparison succeeds, otherwise false