|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.extensions.config.ConfigBootstrap
public class ConfigBootstrap
Spring bean used to deploy additional config files into the injected config service.
| Field Summary | |
|---|---|
protected List<String> |
configs
|
protected ConfigService |
configService
|
| Constructor Summary | |
|---|---|
ConfigBootstrap()
|
|
| Method Summary | |
|---|---|
List<ConfigDeployment> |
initConfig()
Method called by ConfigService when the configuration files represented by this ConfigDeployer need to be initialised. |
void |
register()
Registers this object with the injected ConfigService |
void |
setConfigs(List<String> configs)
Set the configs |
void |
setConfigService(ConfigService configService)
Sets the ConfigService instance to deploy to |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ConfigService configService
protected List<String> configs
| Constructor Detail |
|---|
public ConfigBootstrap()
| Method Detail |
|---|
public void setConfigs(List<String> configs)
configs - the configspublic void setConfigService(ConfigService configService)
configService - ConfigService instance to deploy topublic List<ConfigDeployment> initConfig()
initConfig in interface ConfigDeployerpublic void register()
register in interface ConfigDeployer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||