|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mime4j.dom.address.Address
org.apache.james.mime4j.dom.address.Group
public class Group
A named group of zero or more mailboxes.
| Constructor Summary | |
|---|---|
Group(String name,
Collection<Mailbox> mailboxes)
|
|
Group(String name,
Mailbox... mailboxes)
|
|
Group(String name,
MailboxList mailboxes)
|
|
| Method Summary | |
|---|---|
protected void |
doAddMailboxesTo(List<Mailbox> results)
Adds any mailboxes represented by this address into the given List. |
MailboxList |
getMailboxes()
Returns the mailboxes in this group. |
String |
getName()
Returns the group name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Group(String name,
MailboxList mailboxes)
name - The group name.mailboxes - The mailboxes in this group.
public Group(String name,
Mailbox... mailboxes)
name - The group name.mailboxes - The mailboxes in this group.
public Group(String name,
Collection<Mailbox> mailboxes)
name - The group name.mailboxes - The mailboxes in this group.| Method Detail |
|---|
public String getName()
public MailboxList getMailboxes()
protected void doAddMailboxesTo(List<Mailbox> results)
Address
doAddMailboxesTo in class Addresspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||