Uses of Class
org.apache.maven.shared.app.configuration.CompanyPom

Packages that use CompanyPom
org.apache.maven.shared.app.configuration   
org.apache.maven.shared.app.configuration.io.registry   
 

Uses of CompanyPom in org.apache.maven.shared.app.configuration
 

Fields in org.apache.maven.shared.app.configuration declared as CompanyPom
private  CompanyPom Configuration.companyPom
          Field companyPom
 

Methods in org.apache.maven.shared.app.configuration that return CompanyPom
 CompanyPom Configuration.getCompanyPom()
          Get The identifier of the company super POM.
 

Methods in org.apache.maven.shared.app.configuration with parameters of type CompanyPom
 void Configuration.setCompanyPom(CompanyPom companyPom)
          Set The identifier of the company super POM.
 

Uses of CompanyPom in org.apache.maven.shared.app.configuration.io.registry
 

Methods in org.apache.maven.shared.app.configuration.io.registry that return CompanyPom
private  CompanyPom ConfigurationRegistryReader.readCompanyPom(java.lang.String prefix, org.codehaus.plexus.registry.Registry registry)
           
 

Methods in org.apache.maven.shared.app.configuration.io.registry with parameters of type CompanyPom
private  void ConfigurationRegistryWriter.writeCompanyPom(java.lang.String prefix, CompanyPom value, org.codehaus.plexus.registry.Registry registry)