Uses of Class
org.apache.maven.model.Contributor

Packages that use Contributor
org.apache.maven.model   
org.apache.maven.project   
 

Uses of Contributor in org.apache.maven.model
 

Subclasses of Contributor in org.apache.maven.model
 class Developer
          Information about one of the committers on this project.
 

Methods in org.apache.maven.model with parameters of type Contributor
 void Model.addContributor(Contributor contributor)
          Method addContributor.
 void Model.removeContributor(Contributor contributor)
          Method removeContributor.
 

Uses of Contributor in org.apache.maven.project
 

Methods in org.apache.maven.project with parameters of type Contributor
 void MavenProject.addContributor(Contributor contributor)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.