org.apache.maven.model
Class MailingList

java.lang.Object
  extended by org.apache.maven.model.MailingList
All Implemented Interfaces:
Serializable

public class MailingList
extends Object
implements 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:
Serialized Form

Constructor Summary
MailingList()
           
 
Method Summary
 void addOtherArchive(String string)
          Method addOtherArchive.
 String getArchive()
          Get the link to a URL where you can browse the mailing list archive.
 String getName()
          Get the name of the mailing list.
 List<String> getOtherArchives()
          Method getOtherArchives.
 String getPost()
          Get the email address or link that can be used to post to the mailing list.
 String getSubscribe()
          Get the email address or link that can be used to subscribe to the mailing list.
 String getUnsubscribe()
          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 setName(String name)
          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 setPost(String post)
          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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailingList

public MailingList()
Method Detail

addOtherArchive

public void addOtherArchive(String string)
Method addOtherArchive.

Parameters:
string -

getArchive

public String getArchive()
Get the link to a URL where you can browse the mailing list archive.

Returns:
String

getName

public String getName()
Get the name of the mailing list.

Returns:
String

getOtherArchives

public List<String> getOtherArchives()
Method getOtherArchives.

Returns:
List

getPost

public String getPost()
Get the email address or link that can be used to post to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.

Returns:
String

getSubscribe

public String getSubscribe()
Get the email address or link that can be used to subscribe to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.

Returns:
String

getUnsubscribe

public String getUnsubscribe()
Get the email address or link that can be used to unsubscribe to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.

Returns:
String

removeOtherArchive

public void removeOtherArchive(String string)
Method removeOtherArchive.

Parameters:
string -

setArchive

public void setArchive(String archive)
Set the link to a URL where you can browse the mailing list archive.

Parameters:
archive -

setName

public void setName(String name)
Set the name of the mailing list.

Parameters:
name -

setOtherArchives

public void setOtherArchives(List<String> otherArchives)
Set the link to alternate URLs where you can browse the list archive.

Parameters:
otherArchives -

setPost

public void setPost(String post)
Set the email address or link that can be used to post to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.

Parameters:
post -

setSubscribe

public void setSubscribe(String subscribe)
Set the email address or link that can be used to subscribe to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.

Parameters:
subscribe -

setUnsubscribe

public void setUnsubscribe(String unsubscribe)
Set the email address or link that can be used to unsubscribe to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.

Parameters:
unsubscribe -


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.