Uses of Class
org.apache.maven.model.MailingList
Packages that use MailingList
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.POM merger.
-
Uses of MailingList in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type MailingListModifier and TypeFieldDescriptionprivate List<MailingList> Model.mailingListsField mailingLists.Methods in org.apache.maven.model that return MailingListMethods in org.apache.maven.model that return types with arguments of type MailingListMethods in org.apache.maven.model with parameters of type MailingListModifier and TypeMethodDescriptionvoidModel.addMailingList(MailingList mailingList) Method addMailingList.voidModel.removeMailingList(MailingList mailingList) Method removeMailingList.Method parameters in org.apache.maven.model with type arguments of type MailingListModifier and TypeMethodDescriptionvoidModel.setMailingLists(List<MailingList> mailingLists) Set contains information about a project's mailing lists. -
Uses of MailingList in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type MailingListModifier and TypeMethodDescriptionprivate voidStringVisitorModelInterpolator.ModelVisitor.visit(MailingList mailingList) -
Uses of MailingList in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return MailingListModifier and TypeMethodDescriptionprivate MailingListMavenXpp3Reader.parseMailingList(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseMailingList.private MailingListMavenXpp3ReaderEx.parseMailingList(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseMailingList.Methods in org.apache.maven.model.io.xpp3 with parameters of type MailingListModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeMailingList(MailingList mailingList, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeMailingList.private voidMavenXpp3WriterEx.writeMailingList(MailingList mailingList, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeMailingList. -
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) ModelMerger.MailingListKeyComputer.key(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) -
Uses of MailingList in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type MailingListMethods in org.apache.maven.project with parameters of type MailingListMethod parameters in org.apache.maven.project with type arguments of type MailingListModifier and TypeMethodDescriptionvoidMavenProject.setMailingLists(List<MailingList> mailingLists)