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.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 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.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.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. -
Uses of Contributor in org.apache.maven.project
Methods in org.apache.maven.project that return ContributorModifier and TypeMethodDescriptionstatic Contributor
ModelUtils.cloneContributor
(Contributor src) Methods in org.apache.maven.project with parameters of type ContributorModifier and TypeMethodDescriptionvoid
MavenProject.addContributor
(Contributor contributor) static Contributor
ModelUtils.cloneContributor
(Contributor src) private static void
ModelUtils.cloneContributorFields
(Contributor src, Contributor result)