Package org.apache.maven.model.v3_0_0
Class MailingList
java.lang.Object
org.apache.maven.model.v3_0_0.MailingList
- All Implemented Interfaces:
Serializable
This element describes all of the mailing lists associated with
a project. The
auto-generated site references this information.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The link to a URL where you can browse the mailing list archive.private String
The name of the mailing list.Field otherArchives.private String
The email address or link that can be used to post to the mailing list.private String
The email address or link that can be used to subscribe to the mailing list.private String
The email address or link that can be used to unsubscribe to the mailing list. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addOtherArchive
(String string) Method addOtherArchive.Get the link to a URL where you can browse the mailing list archive.getName()
Get the name of the mailing list.Method getOtherArchives.getPost()
Get the email address or link that can be used to post to the mailing list.Get the email address or link that can be used to subscribe to the mailing list.Get the email address or link that can be used to unsubscribe to the mailing list.void
removeOtherArchive
(String string) Method removeOtherArchive.void
setArchive
(String archive) Set the link to a URL where you can browse the mailing list archive.void
Set the name of the mailing list.void
setOtherArchives
(List<String> otherArchives) Set the link to alternate URLs where you can browse the list archive.void
Set the email address or link that can be used to post to the mailing list.void
setSubscribe
(String subscribe) Set the email address or link that can be used to subscribe to the mailing list.void
setUnsubscribe
(String unsubscribe) Set the email address or link that can be used to unsubscribe to the mailing list.
-
Field Details
-
name
The name of the mailing list. -
subscribe
The email address or link that can be used to subscribe to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created. -
unsubscribe
The email address or link that can be used to unsubscribe to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created. -
post
The email address or link that can be used to post to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created. -
archive
The link to a URL where you can browse the mailing list archive. -
otherArchives
Field otherArchives.
-
-
Constructor Details
-
MailingList
public MailingList()
-
-
Method Details
-
addOtherArchive
Method addOtherArchive.- Parameters:
string
-
-
getArchive
Get the link to a URL where you can browse the mailing list archive.- Returns:
- String
-
getName
Get the name of the mailing list.- Returns:
- String
-
getOtherArchives
Method getOtherArchives.- Returns:
- List
-
getPost
Get the email address or link that can be used to post to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created.- Returns:
- String
-
getSubscribe
Get the email address or link that can be used to subscribe to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created.- Returns:
- String
-
getUnsubscribe
Get the email address or link that can be used to unsubscribe to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created.- Returns:
- String
-
removeOtherArchive
Method removeOtherArchive.- Parameters:
string
-
-
setArchive
Set the link to a URL where you can browse the mailing list archive.- Parameters:
archive
-
-
setName
Set the name of the mailing list.- Parameters:
name
-
-
setOtherArchives
Set the link to alternate URLs where you can browse the list archive.- Parameters:
otherArchives
-
-
setPost
Set the email address or link that can be used to post to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created.- Parameters:
post
-
-
setSubscribe
Set the email address or link that can be used to subscribe to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created.- Parameters:
subscribe
-
-
setUnsubscribe
Set the email address or link that can be used to unsubscribe to the mailing list. If this is an email address, amailto:
link will automatically be created when the documentation is created.- Parameters:
unsubscribe
-
-