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
ConstructorsConstructorDescriptionDeveloper(org.apache.maven.api.model.Developer delegate) Developer(org.apache.maven.api.model.Developer delegate, BaseObject parent) -
Method Summary
Modifier and TypeMethodDescriptionclone()developerToApiV3(List<org.apache.maven.api.model.Developer> list) static List<org.apache.maven.api.model.Developer> developerToApiV4(List<Developer> list) booleanorg.apache.maven.api.model.DevelopergetId()getLocation(Object key) Gets the location of the specified field in the input source.inthashCode()protected booleanvoidvoidsetImportedFrom(InputLocation location) voidsetLocation(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, setUrlMethods inherited from class org.apache.maven.model.BaseObject
update
-
Constructor Details
-
Developer
public Developer() -
Developer
public Developer(org.apache.maven.api.model.Developer delegate) -
Developer
-
-
Method Details
-
clone
- Overrides:
clonein classContributor
-
getDelegate
public org.apache.maven.api.model.Developer getDelegate()- Overrides:
getDelegatein classContributor
-
equals
- Overrides:
equalsin classContributor
-
hashCode
public int hashCode()- Overrides:
hashCodein classContributor
-
getId
-
setId
-
getLocation
Description copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
getLocationin interfaceInputLocationTracker- Overrides:
getLocationin classContributor- Parameters:
key- The key of the field, must not benull.- Returns:
- The location of the field in the input source or
nullif unknown.
-
setLocation
Description copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
setLocationin interfaceInputLocationTracker- Overrides:
setLocationin classContributor- Parameters:
key- The key of the field, must not benull.location- The location of the field, may benull.
-
getImportedFrom
- Overrides:
getImportedFromin classContributor
-
setImportedFrom
- Overrides:
setImportedFromin classContributor
-
getLocationKeys
- Overrides:
getLocationKeysin classContributor
-
replace
- Overrides:
replacein classContributor
-
developerToApiV4
-
developerToApiV3
-
toString
- Overrides:
toStringin classContributor- See Also:
-