|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mime4j.field.address.Address
public abstract class Address
The abstract base for classes that represent RFC2822 addresses. This includes groups and mailboxes. Currently, no public methods are introduced on this class.
| Constructor Summary | |
|---|---|
Address()
|
|
| Method Summary | |
|---|---|
protected abstract void |
doAddMailboxesTo(java.util.ArrayList results)
Adds any mailboxes represented by this address into the given ArrayList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
| Method Detail |
|---|
protected abstract void doAddMailboxesTo(java.util.ArrayList results)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||