|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.common.util.config.spring.BasicPropertySourceConfig
@Deprecated @Configuration @Import(value=ConfigServiceConfig.class) public class BasicPropertySourceConfig
| Constructor Summary | |
|---|---|
BasicPropertySourceConfig()
Deprecated. |
|
| Method Summary | |
|---|---|
protected List<String> |
getConfigIds()
Deprecated. Returns Collections.emptyList() by default. |
protected Properties |
getOverrides()
Deprecated. Returns an empty properties object by default. |
protected org.springframework.core.env.PropertySource<?> |
getPropertySource()
Deprecated. Combine loaded properties, project properties, and system/environment properties into a PropertySource> |
org.springframework.core.env.PropertySource<?> |
springPropertySource()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicPropertySourceConfig()
| Method Detail |
|---|
protected List<String> getConfigIds()
Returns Collections.emptyList() by default. Override this method to pull in properties from other locations
org.kuali.common:kuali-sql org.kuali.common:kuali-util:scm org.kuali.common:kuali-util:metainf:mpx org.kuali.common:kuali-util:metainf:sql
protected Properties getOverrides()
Returns an empty properties object by default. Override this method to inject properties that will override anything loaded from other locations
protected org.springframework.core.env.PropertySource<?> getPropertySource()
PropertySource>
@Bean public org.springframework.core.env.PropertySource<?> springPropertySource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||