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.
Constructor and Description |
---|
FromStringTerm(java.lang.String pattern)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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.
|
getIgnoreCase, getPattern, hashCode
public FromStringTerm(java.lang.String pattern)
pattern
- the address pattern to be compared.public boolean match(Message msg)
match
in class SearchTerm
msg
- The comparison is applied to this Message's From
address.public boolean equals(java.lang.Object obj)
equals
in class AddressStringTerm
Copyright © 2010 - 2020 Adobe. All Rights Reserved