|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.BaseObject
org.apache.maven.project.Contributor
A Contributor to a project is an individual that has contributed in some way to the project, but is not a Contributor.
Field Summary |
Fields inherited from class org.apache.maven.project.BaseObject |
id |
Constructor Summary | |
Contributor()
Constructor for the Contributor object |
Method Summary | |
void |
addRole(java.lang.String role)
Adds a role attribute to the Contributor object. |
java.lang.String |
getEmail()
Gets the email attribute of the Contributor object |
java.lang.String |
getOrganization()
Gets the organization attribute of the Contributor object |
java.util.SortedSet |
getRoles()
Gets the sorted set of unique role attributes of the Contributor object. |
java.lang.String |
getTimezone()
Gets the timezone offset of the Contributor object. |
java.lang.String |
getUrl()
Gets the homepage url of the Contributor object. |
void |
setEmail(java.lang.String email)
Sets the email attribute of the Contributor object |
void |
setOrganization(java.lang.String organization)
Sets the organization attribute of the Contributor object |
void |
setTimezone(java.lang.String timezone)
Set the timezone offset of the Contributor object |
void |
setUrl(java.lang.String url)
Set the url attribute of the Contributor object |
Methods inherited from class org.apache.maven.project.BaseObject |
addProperty, equals, getId, getName, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setName, setProperties, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Contributor()
Method Detail |
public void setEmail(java.lang.String email)
email
- the Contributor's email addresspublic java.lang.String getEmail()
public void setOrganization(java.lang.String organization)
organization
- the Contributor's organization affiliationpublic java.lang.String getOrganization()
public void addRole(java.lang.String role)
role
- a role the Contributor plays in the projectpublic java.util.SortedSet getRoles()
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the Contributor's homepage URLpublic java.lang.String getTimezone()
public void setTimezone(java.lang.String timezone)
timezone
- offset of the Contributor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |