Uses of Class
org.apache.maven.model.MailingList
Packages that use MailingList
-
Uses of MailingList in org.apache.maven.model
Methods in org.apache.maven.model that return MailingListMethods in org.apache.maven.model that return types with arguments of type MailingListModifier and TypeMethodDescriptionModel.getMailingLists()static List<MailingList>MailingList.mailingListToApiV3(List<MailingList> list) Methods in org.apache.maven.model with parameters of type MailingListModifier and TypeMethodDescriptionvoidModel.addMailingList(MailingList mailingList) voidModel.removeMailingList(MailingList mailingList) Method parameters in org.apache.maven.model with type arguments of type MailingListModifier and TypeMethodDescriptionstatic List<MailingList>MailingList.mailingListToApiV4(List<MailingList> list) voidModel.setMailingLists(List<MailingList> mailingLists) -
Uses of MailingList in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type MailingListModifier and TypeMethodDescriptionprotected ObjectModelMerger.getMailingListKey(MailingList mailingList) protected voidModelMerger.mergeMailingList(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeMailingList_Archive(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeMailingList_Name(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeMailingList_OtherArchives(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeMailingList_Post(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeMailingList_Subscribe(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeMailingList_Unsubscribe(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context)