Uses of Class
org.apache.maven.model.Contributor
-
Packages that use Contributor Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger.org.apache.maven.project -
-
Uses of Contributor in org.apache.maven.model
Subclasses of Contributor in org.apache.maven.model Modifier and Type Class Description classDeveloperInformation about one of the committers on this project.Fields in org.apache.maven.model with type parameters of type Contributor Modifier and Type Field Description private java.util.List<Contributor>Model. contributorsField contributors.Methods in org.apache.maven.model that return Contributor Modifier and Type Method Description ContributorContributor. clone()Method clone.Methods in org.apache.maven.model that return types with arguments of type Contributor Modifier and Type Method Description java.util.List<Contributor>Model. getContributors()Method getContributors.Methods in org.apache.maven.model with parameters of type Contributor Modifier and Type Method Description voidModel. addContributor(Contributor contributor)Method addContributor.voidModel. removeContributor(Contributor contributor)Method removeContributor.Method parameters in org.apache.maven.model with type arguments of type Contributor Modifier and Type Method Description voidModel. setContributors(java.util.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 Contributor Modifier and Type Method Description private voidStringVisitorModelInterpolator.ModelVisitor. visit(Contributor contributor) -
Uses of Contributor in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Contributor Modifier and Type Method Description private ContributorMavenXpp3Reader. parseContributor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseContributor.private ContributorMavenXpp3ReaderEx. 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 Contributor Modifier and Type Method Description private voidMavenXpp3Writer. writeContributor(Contributor contributor, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeContributor.private voidMavenXpp3WriterEx. writeContributor(Contributor contributor, java.lang.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 Contributor Modifier and Type Method Description protected java.lang.ObjectModelMerger. getContributorKey(Contributor contributor)java.lang.ObjectModelMerger.ContributorKeyComputer. key(Contributor contributor)protected voidModelMerger. mergeContributor(Contributor target, Contributor source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeContributor_Email(Contributor target, Contributor source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeContributor_Name(Contributor target, Contributor source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeContributor_Organization(Contributor target, Contributor source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeContributor_OrganizationUrl(Contributor target, Contributor source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeContributor_Properties(Contributor target, Contributor source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeContributor_Roles(Contributor target, Contributor source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeContributor_Timezone(Contributor target, Contributor source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeContributor_Url(Contributor target, Contributor source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context) -
Uses of Contributor in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type Contributor Modifier and Type Method Description java.util.List<Contributor>MavenProject. getContributors()Methods in org.apache.maven.project with parameters of type Contributor Modifier and Type Method Description voidMavenProject. addContributor(Contributor contributor)Method parameters in org.apache.maven.project with type arguments of type Contributor Modifier and Type Method Description voidMavenProject. setContributors(java.util.List<Contributor> contributors)
-