Uses of Class
org.apache.maven.model.Contributor
-
Packages that use Contributor Package Description org.apache.maven.model 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.Methods in org.apache.maven.model that return types with arguments of type Contributor Modifier and Type Method Description 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(List<Contributor> contributors)Set describes the contributors to a project that are not yet committers. -
Uses of Contributor in org.apache.maven.project
Methods in org.apache.maven.project that return Contributor Modifier and Type Method Description static ContributorModelUtils. cloneContributor(Contributor src)Methods in org.apache.maven.project with parameters of type Contributor Modifier and Type Method Description voidMavenProject. addContributor(Contributor contributor)static ContributorModelUtils. cloneContributor(Contributor src)
-