| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<MailingList> |
Model.getMailingLists() |
Method getMailingLists.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Model.addMailingList(MailingList mailingList) |
Method addMailingList.
|
void |
Model.removeMailingList(MailingList mailingList) |
Method removeMailingList.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Model.setMailingLists(java.util.List<MailingList> mailingLists) |
Set contains information about a project's mailing lists.
|