|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.v3_0_0.Organization
public class Organization
Specifies the organization that produces this project.
Constructor Summary | |
---|---|
Organization()
|
Method Summary | |
---|---|
String |
getLogo()
Get the URL to the organization's logo image. |
String |
getName()
Get the full name of the organization. |
String |
getUrl()
Get the URL to the organization's home page. |
void |
setLogo(String logo)
Set the URL to the organization's logo image. |
void |
setName(String name)
Set the full name of the organization. |
void |
setUrl(String url)
Set the URL to the organization's home page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Organization()
Method Detail |
---|
public String getLogo()
/images/org-logo.png
) or an
absolute URL
(e.g., http://my.corp/logo.png
).
This value is used
when generating the project documentation.
public String getName()
public String getUrl()
public void setLogo(String logo)
/images/org-logo.png
) or an
absolute URL
(e.g., http://my.corp/logo.png
).
This value is used
when generating the project documentation.
logo
- public void setName(String name)
name
- public void setUrl(String url)
url
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |