org.kuali.common.util.config.spring
Class BasicPropertySourceConfig

java.lang.Object
  extended by org.kuali.common.util.config.spring.BasicPropertySourceConfig
Direct Known Subclasses:
ProjectPropertySourceConfig

Deprecated.

@Deprecated
@Configuration
@Import(value=ConfigServiceConfig.class)
public class BasicPropertySourceConfig
extends Object


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

BasicPropertySourceConfig

public BasicPropertySourceConfig()
Deprecated. 
Method Detail

getConfigIds

protected List<String> getConfigIds()
Deprecated. 

Returns Collections.emptyList() by default. Override this method to pull in properties from other locations

Example configIds:
   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
 


getOverrides

protected Properties getOverrides()
Deprecated. 

Returns an empty properties object by default. Override this method to inject properties that will override anything loaded from other locations


getPropertySource

protected org.springframework.core.env.PropertySource<?> getPropertySource()
Deprecated. 
Combine loaded properties, project properties, and system/environment properties into a PropertySource


springPropertySource

@Bean
public org.springframework.core.env.PropertySource<?> springPropertySource()
Deprecated. 


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