|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.project.Contributor
public class Contributor
Description of a person who has contributed to the project, but who does not have commit privileges. Usually, these contributions come in the form of patches submitted.
Constructor Summary | |
---|---|
Contributor()
|
Method Summary | |
---|---|
void |
addProperty(java.lang.String key,
java.lang.String value)
Method addProperty |
void |
addRole(java.lang.String string)
Method addRole |
java.lang.String |
getEmail()
Get The email address of the contributor. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get The full name of the contributor. |
java.lang.String |
getOrganization()
Get The organization to which the contributor belongs. |
java.lang.String |
getOrganizationUrl()
Get The URL of the organization. |
java.util.Properties |
getProperties()
Method getProperties |
java.util.List |
getRoles()
Method getRoles |
java.lang.String |
getTimezone()
Get The timezone the contributor is in. |
java.lang.String |
getUrl()
Get The URL for the homepage of the contributor. |
void |
removeRole(java.lang.String string)
Method removeRole |
void |
setEmail(java.lang.String email)
Set The email address of the contributor. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setName(java.lang.String name)
Set The full name of the contributor. |
void |
setOrganization(java.lang.String organization)
Set The organization to which the contributor belongs. |
void |
setOrganizationUrl(java.lang.String organizationUrl)
Set The URL of the organization. |
void |
setProperties(java.util.Properties properties)
Set Properties about the contributor, such as an instant messenger handle. |
void |
setRoles(java.util.List roles)
Set The roles the contributor plays in the project. |
void |
setTimezone(java.lang.String timezone)
Set The timezone the contributor is in. |
void |
setUrl(java.lang.String url)
Set The URL for the homepage of the contributor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Contributor()
Method Detail |
---|
public void addProperty(java.lang.String key, java.lang.String value)
key
- value
- public void addRole(java.lang.String string)
string
- public java.lang.String getEmail()
public java.lang.String getName()
public java.lang.String getOrganization()
public java.lang.String getOrganizationUrl()
public java.util.Properties getProperties()
public java.util.List getRoles()
public java.lang.String getTimezone()
public java.lang.String getUrl()
public void removeRole(java.lang.String string)
string
- public void setEmail(java.lang.String email)
email
- public void setName(java.lang.String name)
name
- public void setOrganization(java.lang.String organization)
organization
- public void setOrganizationUrl(java.lang.String organizationUrl)
organizationUrl
- public void setProperties(java.util.Properties properties)
properties
- public void setRoles(java.util.List roles)
role
element, the
body of which is a
role name. This can also be used to describe the
contribution.
roles
- public void setTimezone(java.lang.String timezone)
timezone
- public void setUrl(java.lang.String url)
url
- 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 |