Uses of Class
org.apache.maven.api.model.MailingList
Packages that use MailingList
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of MailingList in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return MailingListModifier and TypeMethodDescriptionMailingList.Builder.build()
static MailingList
MailingList.newInstance()
Creates a newMailingList
instance.static MailingList
MailingList.newInstance
(boolean withDefaults) Creates a newMailingList
instance using default values or not.MailingList.withArchive
(String archive) Creates a newMailingList
instance using the specified archive.Creates a newMailingList
instance using the specified name.MailingList.withOtherArchives
(Collection<String> otherArchives) Creates a newMailingList
instance using the specified otherArchives.Creates a newMailingList
instance using the specified post.MailingList.withSubscribe
(String subscribe) Creates a newMailingList
instance using the specified subscribe.MailingList.withUnsubscribe
(String unsubscribe) Creates a newMailingList
instance using the specified unsubscribe.Methods in org.apache.maven.api.model that return types with arguments of type MailingListModifier and TypeMethodDescriptionModel.getMailingLists()
Contains information about a project's mailing lists.Methods in org.apache.maven.api.model with parameters of type MailingListModifier and TypeMethodDescriptionstatic MailingList.Builder
MailingList.newBuilder
(MailingList from) Creates a newMailingList
builder instance using the specified object as a basis.static MailingList.Builder
MailingList.newBuilder
(MailingList from, boolean forceCopy) Creates a newMailingList
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.model with type arguments of type MailingListModifier and TypeMethodDescriptionModel.Builder.mailingLists
(Collection<MailingList> mailingLists) Model.withMailingLists
(Collection<MailingList> mailingLists) Creates a newModel
instance using the specified mailingLists. -
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 TypeMethodDescriptionstatic List<MailingList>
MailingList.mailingListToApiV4
(List<MailingList> list) Method parameters in org.apache.maven.model with type arguments of type MailingListModifier and TypeMethodDescriptionstatic List<MailingList>
MailingList.mailingListToApiV3
(List<MailingList> list) Constructors in org.apache.maven.model with parameters of type MailingListModifierConstructorDescriptionMailingList
(MailingList delegate) MailingList
(MailingList delegate, BaseObject parent) -
Uses of MailingList in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return MailingListModifier and TypeMethodDescriptionprotected MailingList
MavenMerger.mergeMailingList
(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected MailingList
MavenTransformer.transformMailingList
(MailingList target) Methods in org.apache.maven.model.v4 that return types with arguments of type MailingListModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<MailingList>
MavenMerger.getMailingListKey()
Methods in org.apache.maven.model.v4 with parameters of type MailingListModifier and TypeMethodDescriptionprotected void
MavenMerger.mergeMailingList
(MailingList.Builder builder, MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected MailingList
MavenMerger.mergeMailingList
(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeMailingList_Archive
(MailingList.Builder builder, MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeMailingList_Name
(MailingList.Builder builder, MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeMailingList_OtherArchives
(MailingList.Builder builder, MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeMailingList_Post
(MailingList.Builder builder, MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeMailingList_Subscribe
(MailingList.Builder builder, MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeMailingList_Unsubscribe
(MailingList.Builder builder, MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected MailingList
MavenTransformer.transformMailingList
(MailingList target) protected void
MavenTransformer.transformMailingList_Archive
(MailingList.Builder builder, MailingList target) protected void
MavenTransformer.transformMailingList_Name
(MailingList.Builder builder, MailingList target) protected void
MavenTransformer.transformMailingList_OtherArchives
(MailingList.Builder builder, MailingList target) protected void
MavenTransformer.transformMailingList_Post
(MailingList.Builder builder, MailingList target) protected void
MavenTransformer.transformMailingList_Subscribe
(MailingList.Builder builder, MailingList target) protected void
MavenTransformer.transformMailingList_Unsubscribe
(MailingList.Builder builder, MailingList target)