org.kuali.common.util.spring.service
Interface PropertySourceService

All Known Implementing Classes:
DefaultPropertySourceService

public interface PropertySourceService


Method Summary
 org.springframework.core.env.PropertySource<?> getPropertySource(Class<PropertySourceConfig> config)
           
 org.springframework.core.env.PropertySource<?> getPropertySource(Map<String,Object> beans, List<String> defaultProfiles, List<String> activeProfiles, Class<PropertySourceConfig> config)
           
 List<org.springframework.core.env.PropertySource<?>> getPropertySources(Map<String,Object> beans, List<String> defaultProfiles, List<String> activeProfiles, Class<?> config)
           
 List<org.springframework.core.env.PropertySource<?>> getPropertySources(Map<String,Object> beans, List<String> defaultProfiles, List<String> activeProfiles, String location)
           
 

Method Detail

getPropertySource

org.springframework.core.env.PropertySource<?> getPropertySource(Map<String,Object> beans,
                                                                 List<String> defaultProfiles,
                                                                 List<String> activeProfiles,
                                                                 Class<PropertySourceConfig> config)

getPropertySource

org.springframework.core.env.PropertySource<?> getPropertySource(Class<PropertySourceConfig> config)

getPropertySources

List<org.springframework.core.env.PropertySource<?>> getPropertySources(Map<String,Object> beans,
                                                                        List<String> defaultProfiles,
                                                                        List<String> activeProfiles,
                                                                        Class<?> config)

getPropertySources

List<org.springframework.core.env.PropertySource<?>> getPropertySources(Map<String,Object> beans,
                                                                        List<String> defaultProfiles,
                                                                        List<String> activeProfiles,
                                                                        String location)


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