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 TypeMethodDescriptionvoidModel.addContributor(Contributor contributor) voidModel.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) voidModel.setContributors(List<Contributor> contributors) -
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 TypeMethodDescriptionvoidMavenProject.setContributors(List<Contributor> contributors)