|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.doap.options.DoapOptions
public class DoapOptions
Specific DOAP parameters, i.e. options that POM doesn't have any notions.
Constructor Summary | |
---|---|
DoapOptions()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
Method equals. |
String |
getCategory()
Get a category of project. Note: This string is comma separated to allow several categories. |
String |
getDownloadMirror()
Get mirror of software download web page. Note: This string is comma separated to allow several mirror pages. |
String |
getDownloadPage()
Get web page from which the project software can be downloaded. |
String |
getOldHomepage()
Get uRL of a project's past homepage, associated with exactly one project. |
String |
getOs()
Get operating system that a project is limited to. |
String |
getProgrammingLanguage()
Get programming language a project is implemented in or intended for use with. Note: This string is comma separated to allow several programming-language. |
String |
getScreenshots()
Get web page with screenshots of project. |
String |
getShortdesc()
Get short (8 or 9 words) plain text description of a project. |
String |
getWiki()
Get uRL of Wiki for collaborative discussion of project. |
int |
hashCode()
Method hashCode. |
void |
setCategory(String category)
Set a category of project. Note: This string is comma separated to allow several categories. |
void |
setDownloadMirror(String downloadMirror)
Set mirror of software download web page. Note: This string is comma separated to allow several mirror pages. |
void |
setDownloadPage(String downloadPage)
Set web page from which the project software can be downloaded. |
void |
setOldHomepage(String oldHomepage)
Set uRL of a project's past homepage, associated with exactly one project. |
void |
setOs(String os)
Set operating system that a project is limited to. |
void |
setProgrammingLanguage(String programmingLanguage)
Set programming language a project is implemented in or intended for use with. Note: This string is comma separated to allow several programming-language. |
void |
setScreenshots(String screenshots)
Set web page with screenshots of project. |
void |
setShortdesc(String shortdesc)
Set short (8 or 9 words) plain text description of a project. |
void |
setWiki(String wiki)
Set uRL of Wiki for collaborative discussion of project. |
String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DoapOptions()
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
other
-
public String getCategory()
public String getDownloadMirror()
public String getDownloadPage()
public String getOldHomepage()
public String getOs()
public String getProgrammingLanguage()
public String getScreenshots()
public String getShortdesc()
public String getWiki()
public int hashCode()
hashCode
in class Object
public void setCategory(String category)
category
- public void setDownloadMirror(String downloadMirror)
downloadMirror
- public void setDownloadPage(String downloadPage)
downloadPage
- public void setOldHomepage(String oldHomepage)
oldHomepage
- public void setOs(String os)
os
- public void setProgrammingLanguage(String programmingLanguage)
programmingLanguage
- public void setScreenshots(String screenshots)
screenshots
- public void setShortdesc(String shortdesc)
shortdesc
- public void setWiki(String wiki)
wiki
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |