|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.project.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(java.lang.String string)
Method addOtherArchive |
java.lang.String |
getArchive()
Get The link to a URL where you can browse the mailing list archive. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get The name of the mailing list. |
java.util.List |
getOtherArchives()
Method getOtherArchives |
java.lang.String |
getPost()
Get The email address or link that can be used to post to the mailing list. |
java.lang.String |
getSubscribe()
Get The email address or link that can be used to subscribe to the mailing list. |
java.lang.String |
getUnsubscribe()
Get The email address or link that can be used to unsubscribe to the mailing list. |
void |
removeOtherArchive(java.lang.String string)
Method removeOtherArchive |
void |
setArchive(java.lang.String archive)
Set The link to a URL where you can browse the mailing list archive. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setName(java.lang.String name)
Set The name of the mailing list. |
void |
setOtherArchives(java.util.List otherArchives)
Set The link to alternate URLs where you can browse the list archive. |
void |
setPost(java.lang.String post)
Set The email address or link that can be used to post to the mailing list. |
void |
setSubscribe(java.lang.String subscribe)
Set The email address or link that can be used to subscribe to the mailing list. |
void |
setUnsubscribe(java.lang.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(java.lang.String string)
string
- public java.lang.String getArchive()
public java.lang.String getName()
public java.util.List getOtherArchives()
public java.lang.String getPost()
mailto:
link will automatically be
created
when the documentation is created.
public java.lang.String getSubscribe()
mailto:
link will automatically be
created when
the documentation is created.
public java.lang.String getUnsubscribe()
mailto:
link will automatically be
created
when the documentation is created.
public void removeOtherArchive(java.lang.String string)
string
- public void setArchive(java.lang.String archive)
archive
- public void setName(java.lang.String name)
name
- public void setOtherArchives(java.util.List otherArchives)
otherArchives
- public void setPost(java.lang.String post)
mailto:
link will automatically be
created
when the documentation is created.
post
- public void setSubscribe(java.lang.String subscribe)
mailto:
link will automatically be
created when
the documentation is created.
subscribe
- public void setUnsubscribe(java.lang.String unsubscribe)
mailto:
link will automatically be
created
when the documentation is created.
unsubscribe
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |