public class RuntimeEnvironmentPropertiesManager extends Object implements org.springframework.beans.factory.BeanFactoryAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.beans.factory.config.ConfigurableBeanFactory |
beanFactory |
protected String |
prefix |
| Constructor and Description |
|---|
RuntimeEnvironmentPropertiesManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix() |
String |
getProperty(String key) |
String |
getProperty(String key,
String suffix) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
String |
setPrefix(String prefix) |
protected org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory
protected String prefix
public String getPrefix()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionCopyright © 2017. All rights reserved.