Uses of Class
org.apache.maven.model.MailingList
-
Packages that use MailingList Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of MailingList in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type MailingList Modifier and Type Field Description private java.util.List<MailingList>
Model. mailingLists
Field mailingLists.Methods in org.apache.maven.model that return types with arguments of type MailingList Modifier and Type Method Description java.util.List<MailingList>
Model. getMailingLists()
Method getMailingLists.Methods in org.apache.maven.model with parameters of type MailingList Modifier and Type Method Description void
Model. addMailingList(MailingList mailingList)
Method addMailingList.void
Model. removeMailingList(MailingList mailingList)
Method removeMailingList.Method parameters in org.apache.maven.model with type arguments of type MailingList Modifier and Type Method Description void
Model. setMailingLists(java.util.List<MailingList> mailingLists)
Set contains information about a project's mailing lists. -
Uses of MailingList in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return MailingList Modifier and Type Method Description private MailingList
MavenXpp3Reader. parseMailingList(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseMailingList.Methods in org.apache.maven.model.io.xpp3 with parameters of type MailingList Modifier and Type Method Description private void
MavenXpp3Writer. writeMailingList(MailingList mailingList, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeMailingList. -
Uses of MailingList in org.apache.maven.project
Methods in org.apache.maven.project that return MailingList Modifier and Type Method Description static MailingList
ModelUtils. cloneMailingList(MailingList src)
Methods in org.apache.maven.project with parameters of type MailingList Modifier and Type Method Description void
MavenProject. addMailingList(MailingList mailingList)
static MailingList
ModelUtils. cloneMailingList(MailingList src)
-