|
||||||||||
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.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.
Field Summary | |
---|---|
private java.lang.String |
email
The email address of the contributor. |
private java.lang.String |
name
The full name of the contributor. |
private java.lang.String |
organization
The organization to which the contributor belongs. |
private java.lang.String |
organizationUrl
The URL of the organization. |
private java.util.Properties |
properties
Field properties. |
private java.util.List<java.lang.String> |
roles
Field roles. |
private java.lang.String |
timezone
The timezone the contributor is in. |
private java.lang.String |
url
The URL for the homepage of the contributor. |
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 |
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<java.lang.String> |
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 |
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<java.lang.String> 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 |
Field Detail |
---|
private java.lang.String name
private java.lang.String email
private java.lang.String url
private java.lang.String organization
private java.lang.String organizationUrl
private java.util.List<java.lang.String> roles
private java.lang.String timezone
private java.util.Properties properties
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<java.lang.String> 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<java.lang.String> 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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |