Uses of Class
org.apache.maven.model.Contributor
Packages that use Contributor
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.XML reader and writer classes for Maven POM, generated from
maven.mdo
model.POM merger.
-
Uses of Contributor in org.apache.maven.model
Subclasses of Contributor in org.apache.maven.modelModifier and TypeClassDescriptionclass
Information about one of the committers on this project.Fields in org.apache.maven.model with type parameters of type ContributorModifier and TypeFieldDescriptionprivate List<Contributor>
Model.contributors
Field contributors.Methods in org.apache.maven.model that return ContributorMethods in org.apache.maven.model that return types with arguments of type ContributorMethods in org.apache.maven.model with parameters of type ContributorModifier and TypeMethodDescriptionvoid
Model.addContributor
(Contributor contributor) Method addContributor.void
Model.removeContributor
(Contributor contributor) Method removeContributor.Method parameters in org.apache.maven.model with type arguments of type ContributorModifier and TypeMethodDescriptionvoid
Model.setContributors
(List<Contributor> contributors) Set describes the contributors to a project that are not yet committers. -
Uses of Contributor in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type ContributorModifier and TypeMethodDescriptionprivate void
StringVisitorModelInterpolator.ModelVisitor.visit
(Contributor contributor) -
Uses of Contributor in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ContributorModifier and TypeMethodDescriptionprivate Contributor
MavenXpp3Reader.parseContributor
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseContributor.private Contributor
MavenXpp3ReaderEx.parseContributor
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseContributor.Methods in org.apache.maven.model.io.xpp3 with parameters of type ContributorModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeContributor
(Contributor contributor, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeContributor.private void
MavenXpp3WriterEx.writeContributor
(Contributor contributor, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeContributor. -
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) ModelMerger.ContributorKeyComputer.key
(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) -
Uses of Contributor in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type ContributorMethods in org.apache.maven.project with parameters of type ContributorMethod parameters in org.apache.maven.project with type arguments of type ContributorModifier and TypeMethodDescriptionvoid
MavenProject.setContributors
(List<Contributor> contributors)