Uses of Class
org.apache.maven.model.v3_0_0.Contributor
Packages that use Contributor
-
Uses of Contributor in org.apache.maven.model.v3_0_0
Subclasses of Contributor in org.apache.maven.model.v3_0_0Modifier and TypeClassDescriptionclassInformation about one of the committers on this project.Fields in org.apache.maven.model.v3_0_0 with type parameters of type ContributorModifier and TypeFieldDescriptionprivate List<Contributor>Model.contributorsField contributors.Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type ContributorMethods in org.apache.maven.model.v3_0_0 with parameters of type ContributorModifier and TypeMethodDescriptionvoidModel.addContributor(Contributor contributor) Method addContributor.voidModel.removeContributor(Contributor contributor) Method removeContributor.Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type ContributorModifier and TypeMethodDescriptionvoidModel.setContributors(List<Contributor> contributors) Set describes the contributors to a project that are not yet committers. -
Uses of Contributor in org.apache.maven.model.v3_0_0.io.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return ContributorModifier and TypeMethodDescriptionprivate ContributorMavenXpp3Reader.parseContributor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseContributor.Methods in org.apache.maven.model.v3_0_0.io.xpp3 with parameters of type ContributorModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeContributor(Contributor contributor, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeContributor.