| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.MailingList
public class MailingList
This element describes all of the mailing lists associated with a project. The auto-generated site references this information.
| 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 | 
getModelEncoding()
 | 
 String | 
getName()
Get The name of the mailing list.  | 
 List | 
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 | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 void | 
setName(String name)
Set The name of the mailing list.  | 
 void | 
setOtherArchives(List 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 | 
|---|
public MailingList()
| Method Detail | 
|---|
public void addOtherArchive(String string)
string - public String getArchive()
public String getName()
public List getOtherArchives()
public String getPost()
mailto: link will automatically be
 created
             when the documentation is created.
public String getSubscribe()
mailto: link will automatically be
 created
             when the documentation is created.
public String getUnsubscribe()
mailto: link will automatically be
 created
             when the documentation is created.
public void removeOtherArchive(String string)
string - public void setArchive(String archive)
archive - public void setName(String name)
name - public void setOtherArchives(List otherArchives)
otherArchives - public void setPost(String post)
mailto: link will automatically be
 created
             when the documentation is created.
post - public void setSubscribe(String subscribe)
mailto: link will automatically be
 created
             when the documentation is created.
subscribe - public void setUnsubscribe(String unsubscribe)
mailto: link will automatically be
 created
             when the documentation is created.
unsubscribe - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||