Uses of Class
org.kuali.common.util.property.ProjectProperties

Packages that use ProjectProperties
org.kuali.common.util   
org.kuali.common.util.property   
org.kuali.common.util.spring   
 

Uses of ProjectProperties in org.kuali.common.util
 

Methods in org.kuali.common.util that return ProjectProperties
static ProjectProperties MavenUtils.getMavenProjectProperties(Properties mavenProperties)
           
static ProjectProperties ProjectUtils.loadProjectProperties(ProjectContext context)
           
 

Method parameters in org.kuali.common.util with type arguments of type ProjectProperties
static Properties PropertyUtils.load(List<ProjectProperties> pps)
           
 

Uses of ProjectProperties in org.kuali.common.util.property
 

Methods in org.kuali.common.util.property with parameters of type ProjectProperties
 int ProjectPropertiesComparator.compare(ProjectProperties one, ProjectProperties two)
           
protected  String ProjectPropertiesComparator.getIdString(ProjectProperties pp)
           
 

Uses of ProjectProperties in org.kuali.common.util.spring
 

Methods in org.kuali.common.util.spring that return ProjectProperties
protected abstract  ProjectProperties AbstractPropertySourceConfig.getProjectProperties()
           
protected  ProjectProperties MavenPropertySourceConfig.getProjectProperties()
           
static ProjectProperties ConfigUtils.getProjectProperties(ProjectContext context)
           
static ProjectProperties ConfigUtils.getProjectProperties(Project project, List<String> locations)
           
 

Methods in org.kuali.common.util.spring that return types with arguments of type ProjectProperties
protected  List<ProjectProperties> AbstractPropertySourceConfig.getOtherProjectProperties()
          This returns an empty list by default.
static List<ProjectProperties> ConfigUtils.getProjectProperties(List<ProjectContext> contexts)
           
static List<ProjectProperties> ConfigUtils.getProjectProperties(ProjectContext... contexts)
           
 

Methods in org.kuali.common.util.spring with parameters of type ProjectProperties
static org.springframework.core.env.PropertySource<?> SpringUtils.getGlobalPropertySource(ProjectProperties project)
          project needs to be a top level project eg rice-sampleapp, olefs-webapp.
static org.springframework.core.env.PropertySource<?> SpringUtils.getGlobalPropertySource(ProjectProperties project, List<ProjectProperties> others)
          project needs to be a top level project eg rice-sampleapp, olefs-webapp.
 

Method parameters in org.kuali.common.util.spring with type arguments of type ProjectProperties
static org.springframework.core.env.PropertySource<?> SpringUtils.getGlobalPropertySource(ProjectProperties project, List<ProjectProperties> others)
          project needs to be a top level project eg rice-sampleapp, olefs-webapp.
static org.springframework.core.env.PropertySource<?> SpringUtils.getGlobalPropertySource(String name, List<ProjectProperties> pps)
           
static org.springframework.core.env.PropertySource<?> SpringUtils.getPropertySource(String name, List<ProjectProperties> pps)
           
 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.