public interface PropertySourceService
Modifier and Type | Method and Description |
---|---|
org.springframework.core.env.PropertySource<?> |
getPropertySource(Class<? extends PropertySourceConfig> config) |
org.springframework.core.env.PropertySource<?> |
getPropertySource(Map<String,Object> beans,
List<String> defaultProfiles,
List<String> activeProfiles,
Class<? extends 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) |
org.springframework.core.env.PropertySource<?> getPropertySource(Map<String,Object> beans, List<String> defaultProfiles, List<String> activeProfiles, Class<? extends PropertySourceConfig> config)
org.springframework.core.env.PropertySource<?> getPropertySource(Class<? extends PropertySourceConfig> config)
List<org.springframework.core.env.PropertySource<?>> getPropertySources(Map<String,Object> beans, List<String> defaultProfiles, List<String> activeProfiles, Class<?> config)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.