|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.StringTerm
javax.mail.search.AddressStringTerm
public abstract class AddressStringTerm
A Term that compares two Addresses as Strings.
| Field Summary |
|---|
| Fields inherited from class javax.mail.search.StringTerm |
|---|
ignoreCase, pattern |
| Constructor Summary | |
|---|---|
protected |
AddressStringTerm(java.lang.String pattern)
Constructor. |
| Method Summary | |
|---|---|
protected boolean |
match(Address address)
Tests if the patterm associated with this Term is a substring of the address in the supplied object. |
| Methods inherited from class javax.mail.search.StringTerm |
|---|
equals, getIgnoreCase, getPattern, hashCode, match |
| Methods inherited from class javax.mail.search.SearchTerm |
|---|
match |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AddressStringTerm(java.lang.String pattern)
pattern - the pattern to be compared| Method Detail |
|---|
protected boolean match(Address address)
address -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||