Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project |
Modifier and Type | Field and Description |
---|---|
private java.util.List<MailingList> |
Model.mailingLists
Field mailingLists.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<MailingList> mailingLists)
Set contains information about a project's mailing lists.
|
Modifier and Type | Method and Description |
---|---|
private MailingList |
MavenXpp3Reader.parseMailingList(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseMailingList.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeMailingList(MailingList mailingList,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeMailingList.
|
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) |