Package org.apache.maven.model
Class Developer
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.Contributor
org.apache.maven.model.Developer
- All Implemented Interfaces:
Serializable
,Cloneable
,InputLocationTracker
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.maven.model.BaseObject
BaseObject.ChildrenTracking
-
Field Summary
Fields inherited from class org.apache.maven.model.BaseObject
childrenTracking, delegate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
developerToApiV3
(List<Developer> list) developerToApiV4
(List<Developer> list) boolean
getId()
getLocation
(Object key) Gets the location of the specified field in the input source.int
hashCode()
protected boolean
void
void
setLocation
(Object key, InputLocation location) Sets the location of the specified field.toString()
Methods inherited from class org.apache.maven.model.Contributor
addProperty, addRole, contributorToApiV3, contributorToApiV4, getEmail, getName, getOrganization, getOrganizationUrl, getProperties, getRoles, getTimezone, getUrl, removeRole, setEmail, setName, setOrganization, setOrganizationUrl, setProperties, setRoles, setTimezone, setUrl
Methods inherited from class org.apache.maven.model.BaseObject
update
-
Constructor Details
-
Developer
public Developer() -
Developer
-
Developer
-
-
Method Details
-
clone
- Overrides:
clone
in classContributor
-
getDelegate
- Overrides:
getDelegate
in classContributor
-
equals
- Overrides:
equals
in classContributor
-
hashCode
public int hashCode()- Overrides:
hashCode
in classContributor
-
getId
-
setId
-
getLocation
Description copied from interface:InputLocationTracker
Gets the location of the specified field in the input source.- Specified by:
getLocation
in interfaceInputLocationTracker
- Overrides:
getLocation
in classContributor
- Parameters:
key
- The key of the field, must not benull
.- Returns:
- The location of the field in the input source or
null
if unknown.
-
setLocation
Description copied from interface:InputLocationTracker
Sets the location of the specified field.- Specified by:
setLocation
in interfaceInputLocationTracker
- Overrides:
setLocation
in classContributor
- Parameters:
key
- The key of the field, must not benull
.location
- The location of the field, may benull
.
-
replace
- Overrides:
replace
in classContributor
-
developerToApiV4
-
developerToApiV3
-
toString
- Overrides:
toString
in classContributor
- See Also:
-