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.mailingLists
Field 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 TypeMethodDescriptionvoid
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 MailingListModifier and TypeMethodDescriptionvoid
Model.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 void
StringVisitorModelInterpolator.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 MailingList
MavenXpp3Reader.parseMailingList
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseMailingList.private MailingList
MavenXpp3ReaderEx.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 void
MavenXpp3Writer.writeMailingList
(MailingList mailingList, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeMailingList.private void
MavenXpp3WriterEx.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 Object
ModelMerger.getMailingListKey
(MailingList mailingList) ModelMerger.MailingListKeyComputer.key
(MailingList mailingList) protected void
ModelMerger.mergeMailingList
(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeMailingList_Archive
(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeMailingList_Name
(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeMailingList_OtherArchives
(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeMailingList_Post
(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeMailingList_Subscribe
(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.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 TypeMethodDescriptionvoid
MavenProject.setMailingLists
(List<MailingList> mailingLists)