Package org.apache.maven.model
Class MailingList
java.lang.Object
org.apache.maven.model.MailingList
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
This element describes all of the mailing lists associated with
 a project. The
         auto-generated site references this information.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddOtherArchive(String string) Method addOtherArchive.clone()Method clone.Get the link to a URL where you can browse the mailing list archive.getLocation(Object key) Gets the location of the specified field in the input source.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.voidremoveOtherArchive(String string) Method removeOtherArchive.voidsetArchive(String archive) Set the link to a URL where you can browse the mailing list archive.voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidSet the name of the mailing list.voidsetOtherArchives(List<String> otherArchives) Set the link to alternate URLs where you can browse the list archive.voidsetOtherLocation(Object key, InputLocation location) voidSet the email address or link that can be used to post to the mailing list.voidsetSubscribe(String subscribe) Set the email address or link that can be used to subscribe to the mailing list.voidsetUnsubscribe(String unsubscribe) Set the email address or link that can be used to unsubscribe to the mailing list.toString()
- 
Constructor Details- 
MailingListpublic MailingList()
 
- 
- 
Method Details- 
addOtherArchiveMethod addOtherArchive.- Parameters:
- string- a string object.
 
- 
cloneMethod clone.
- 
getArchiveGet the link to a URL where you can browse the mailing list archive.- Returns:
- String
 
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- Returns:
- InputLocation
 
- 
getNameGet the name of the mailing list.- Returns:
- String
 
- 
getOtherArchivesMethod getOtherArchives.- Returns:
- List
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
- setLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- location- a location object.
 
- 
setOtherLocation- Parameters:
- key- a key object.
- location- a location object.
 
- 
getPostGet 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
 
- 
getSubscribeGet 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
 
- 
getUnsubscribeGet 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
 
- 
removeOtherArchiveMethod removeOtherArchive.- Parameters:
- string- a string object.
 
- 
setArchiveSet the link to a URL where you can browse the mailing list archive.- Parameters:
- archive- a archive object.
 
- 
setNameSet the name of the mailing list.- Parameters:
- name- a name object.
 
- 
setOtherArchivesSet the link to alternate URLs where you can browse the list archive.- Parameters:
- otherArchives- a otherArchives object.
 
- 
setPostSet 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- a post object.
 
- 
setSubscribeSet 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- a subscribe object.
 
- 
setUnsubscribeSet 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- a unsubscribe object.
 
- 
toString
 
-