| Modifier and Type | Class and Description |
|---|---|
class |
ConfigPropertySourceConfig
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertySource<?> |
MainService.getPropertySource(MainContext context,
Class<? extends PropertySourceConfig> config) |
org.springframework.core.env.PropertySource<?> |
DefaultMainService.getPropertySource(MainContext context,
Class<? extends PropertySourceConfig> config) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends PropertySourceConfig> |
AbstractMainRunner.getPropertySourceConfig() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertySourceConfig |
class |
EnvironmentPropertySourceConfig |
class |
LocationPropertySourceConfig |
class |
ProjectPropertySourceConfig |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertySource<?> |
PropertySourceService.getPropertySource(Class<? extends PropertySourceConfig> config) |
org.springframework.core.env.PropertySource<?> |
DefaultPropertySourceService.getPropertySource(Class<? extends PropertySourceConfig> config) |
org.springframework.core.env.PropertySource<?> |
PropertySourceService.getPropertySource(Map<String,Object> beans,
List<String> defaultProfiles,
List<String> activeProfiles,
Class<? extends PropertySourceConfig> config) |
org.springframework.core.env.PropertySource<?> |
DefaultPropertySourceService.getPropertySource(Map<String,Object> beans,
List<String> defaultProfiles,
List<String> activeProfiles,
Class<? extends PropertySourceConfig> config) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.