| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.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(String key,
            String value)
Method addProperty.  | 
 void | 
addRole(String string)
Method addRole.  | 
 String | 
getEmail()
Get the email address of the contributor.  | 
 String | 
getModelEncoding()
 | 
 String | 
getName()
Get the full name of the contributor.  | 
 String | 
getOrganization()
Get the organization to which the contributor belongs.  | 
 String | 
getOrganizationUrl()
Get the URL of the organization.  | 
 Properties | 
getProperties()
Method getProperties.  | 
 List | 
getRoles()
Method getRoles.  | 
 String | 
getTimezone()
Get the timezone the contributor is in.  | 
 String | 
getUrl()
Get the URL for the homepage of the contributor.  | 
 void | 
removeRole(String string)
Method removeRole.  | 
 void | 
setEmail(String email)
Set the email address of the contributor.  | 
 void | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 void | 
setName(String name)
Set the full name of the contributor.  | 
 void | 
setOrganization(String organization)
Set the organization to which the contributor belongs.  | 
 void | 
setOrganizationUrl(String organizationUrl)
Set the URL of the organization.  | 
 void | 
setProperties(Properties properties)
Set properties about the contributor, such as an instant messenger handle.  | 
 void | 
setRoles(List roles)
Set The roles the contributor plays in the project.  | 
 void | 
setTimezone(String timezone)
Set the timezone the contributor is in.  | 
 void | 
setUrl(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(String key,
                        String value)
key - value - public void addRole(String string)
string - public String getEmail()
public String getName()
public String getOrganization()
public String getOrganizationUrl()
public Properties getProperties()
public List getRoles()
public String getTimezone()
public String getUrl()
public void removeRole(String string)
string - public void setEmail(String email)
email - public void setName(String name)
name - public void setOrganization(String organization)
organization - public void setOrganizationUrl(String organizationUrl)
organizationUrl - public void setProperties(Properties properties)
properties - public void setRoles(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(String timezone)
timezone - public void setUrl(String url)
url - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||