Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
List<MailingList> |
Model.getMailingLists()
Method getMailingLists.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addMailingList(MailingList mailingList)
Method addMailingList.
|
void |
Model.removeMailingList(MailingList mailingList)
Method removeMailingList.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setMailingLists(List<MailingList> mailingLists)
Set contains information about a project's mailing lists.
|
Modifier and Type | Method and Description |
---|---|
static MailingList |
ModelUtils.cloneMailingList(MailingList src) |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.addMailingList(MailingList mailingList) |
static MailingList |
ModelUtils.cloneMailingList(MailingList src) |
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.