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

Packages that use Organization
org.apache.maven.model   
org.apache.maven.model.io.jdom   
 

Uses of Organization in org.apache.maven.model
 

Methods in org.apache.maven.model that return Organization
 Organization Model.getOrganization()
          Get this element describes various attributes of the organization to which the project belongs.
 

Methods in org.apache.maven.model with parameters of type Organization
 void Model.setOrganization(Organization organization)
          Set this element describes various attributes of the organization to which the project belongs.
 

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

Methods in org.apache.maven.model.io.jdom with parameters of type Organization
protected  void MavenJDOMWriter.updateOrganization(Organization organization, String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateOrganization.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.