public class ConfigPersisterImpl extends java.lang.Object implements ConfigPersister
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
ConfigPersisterImpl(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigStorageAPI |
getConfigStorageAPI() |
java.lang.String |
getProperty(SourceType sourceType,
java.lang.String name) |
void |
setProperty(SourceType sourceType,
java.lang.String name,
java.lang.String value) |
protected static final org.slf4j.Logger log
protected org.springframework.context.ApplicationContext applicationContext
public ConfigPersisterImpl(org.springframework.context.ApplicationContext applicationContext)
public java.lang.String getProperty(SourceType sourceType, java.lang.String name)
getProperty in interface ConfigPersisterpublic void setProperty(SourceType sourceType, java.lang.String name, java.lang.String value)
setProperty in interface ConfigPersisterprotected ConfigStorageAPI getConfigStorageAPI()