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

Packages that use Contributor
org.apache.maven.model   
org.apache.maven.model.io.dom4j   
org.apache.maven.model.io.jdom   
org.apache.maven.model.io.stax   
org.apache.maven.model.io.xpp3   
 

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.
 

Fields in org.apache.maven.model with type parameters of type Contributor
private  java.util.List<Contributor> Model.contributors
          Field contributors.
 

Methods in org.apache.maven.model that return types with arguments of type Contributor
 java.util.List<Contributor> Model.getContributors()
          Method getContributors.
 

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.
 

Method parameters in org.apache.maven.model with type arguments of type Contributor
 void Model.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.io.dom4j
 

Methods in org.apache.maven.model.io.dom4j that return Contributor
private  Contributor MavenDom4jReader.parseContributor(java.lang.String tagName, org.dom4j.Element element, boolean strict)
          Method parseContributor.
 

Methods in org.apache.maven.model.io.dom4j with parameters of type Contributor
private  void MavenDom4jWriter.writeContributor(Contributor contributor, java.lang.String tagName, org.dom4j.Branch parentElement)
          Method writeContributor.
 

Uses of Contributor in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type Contributor
protected  void MavenJDOMWriter.updateContributor(Contributor contributor, java.lang.String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateContributor.
 

Uses of Contributor in org.apache.maven.model.io.stax
 

Methods in org.apache.maven.model.io.stax that return Contributor
private  Contributor MavenStaxReader.parseContributor(java.lang.String tagName, javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
          Method parseContributor.
 

Methods in org.apache.maven.model.io.stax with parameters of type Contributor
private  void MavenStaxWriter.writeContributor(Contributor contributor, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
          Method writeContributor.
 

Uses of Contributor in org.apache.maven.model.io.xpp3
 

Methods in org.apache.maven.model.io.xpp3 that return Contributor
private  Contributor MavenXpp3Reader.parseContributor(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
          Method parseContributor.
 

Methods in org.apache.maven.model.io.xpp3 with parameters of type Contributor
private  void MavenXpp3Writer.writeContributor(Contributor contributor, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeContributor.