Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
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 |
---|---|
protected void |
MavenJDOMWriter.updateMailingList(MailingList mailingList,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateMailingList.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.