public final class FromStringTerm extends AddressStringTerm
Note that this class differs from the FromTerm class
in that this class does comparisons on address strings rather than Address
objects. The string comparisons are case-insensitive.
ignoreCase, pattern| 构造器和说明 |
|---|
FromStringTerm(String pattern)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj)
Equality comparison.
|
boolean |
match(Message msg)
Check whether the address string specified in the constructor is
a substring of the From address of this Message.
|
matchgetIgnoreCase, getPattern, hashCode, matchpublic FromStringTerm(String pattern)
pattern - the address pattern to be compared.public boolean match(Message msg)
match 在类中 SearchTermmsg - The comparison is applied to this Message's From
address.public boolean equals(Object obj)
equals 在类中 AddressStringTermCopyright © 2021 Oracle. All rights reserved.