Uses of Class
org.apache.maven.model.v3_0_0.MailingList
-
Packages that use MailingList Package Description org.apache.maven.model.v3_0_0 -
-
Uses of MailingList in org.apache.maven.model.v3_0_0
Methods in org.apache.maven.model.v3_0_0 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.v3_0_0 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.v3_0_0 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.
-