Uses of Class
org.apache.maven.model.Contributor
Packages that use Contributor
-
Uses of Contributor in org.apache.maven.model
Subclasses of Contributor in org.apache.maven.modelMethods in org.apache.maven.model that return ContributorMethods in org.apache.maven.model that return types with arguments of type ContributorModifier and TypeMethodDescriptionstatic List<Contributor>
Contributor.contributorToApiV3
(List<Contributor> list) Model.getContributors()
Methods in org.apache.maven.model with parameters of type ContributorModifier and TypeMethodDescriptionvoid
Model.addContributor
(Contributor contributor) void
Model.removeContributor
(Contributor contributor) Method parameters in org.apache.maven.model with type arguments of type ContributorModifier and TypeMethodDescriptionstatic List<Contributor>
Contributor.contributorToApiV4
(List<Contributor> list) void
Model.setContributors
(List<Contributor> contributors) -
Uses of Contributor in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ContributorModifier and TypeMethodDescriptionprotected Object
ModelMerger.getContributorKey
(Contributor contributor) protected void
ModelMerger.mergeContributor
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeContributor_Email
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeContributor_Name
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeContributor_Organization
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeContributor_OrganizationUrl
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeContributor_Properties
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeContributor_Roles
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeContributor_Timezone
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeContributor_Url
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context)