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
Constructor and Description |
---|
FromStringTerm(String pattern)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
match
getIgnoreCase, getPattern, hashCode, match
public FromStringTerm(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(Object obj)
equals
in class AddressStringTerm
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.