com.bstek.dorado.data.config
public class DataConfigLoader extends java.lang.Object implements org.springframework.beans.factory.InitializingBean, RemovableBean
Constructor and Description |
---|
DataConfigLoader() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
java.lang.String |
getConfigLocation() |
void |
setConfigLocation(java.lang.String configLocation) |
void |
setConfigLocations(java.util.List<java.lang.String> configLocations)
设置要装载的配置文件。
|
void |
setDataConfigManager(ConfigurableDataConfigManager dataConfigManager)
设置数据配置文件的管理器。
|
public java.lang.String getConfigLocation()
public void setConfigLocation(java.lang.String configLocation)
public void setConfigLocations(java.util.List<java.lang.String> configLocations)
configLocations
- 此参数是文件路径的集合,每个文件路径都是String类型的路径描述。public void setDataConfigManager(ConfigurableDataConfigManager dataConfigManager)
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.