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

Packages that use Organization
org.apache.maven.model Maven POM (Project Object Model) classes, generated from maven.mdo model. 
org.apache.maven.model.merge POM merger. 
org.apache.maven.project   
 

Uses of Organization in org.apache.maven.model
 

Methods in org.apache.maven.model that return Organization
 Organization Organization.clone()
          Method clone.
 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.merge
 

Methods in org.apache.maven.model.merge with parameters of type Organization
protected  void ModelMerger.mergeOrganization_Name(Organization target, Organization source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeOrganization_Url(Organization target, Organization source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeOrganization(Organization target, Organization source, boolean sourceDominant, Map<Object,Object> context)
           
 

Uses of Organization in org.apache.maven.project
 

Methods in org.apache.maven.project that return Organization
 Organization MavenProject.getOrganization()
           
 

Methods in org.apache.maven.project with parameters of type Organization
 void MavenProject.setOrganization(Organization organization)
           
 



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