public class CloudPropertiesFactoryBean extends Object implements FactoryBean<Properties>, BeanFactoryAware, InitializingBean
| Constructor and Description |
|---|
CloudPropertiesFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Properties |
getObject() |
Class<Properties> |
getObjectType() |
boolean |
isSingleton() |
void |
setBeanFactory(BeanFactory beanFactory) |
public boolean isSingleton()
isSingleton in interface FactoryBean<Properties>public Class<Properties> getObjectType()
getObjectType in interface FactoryBean<Properties>public Properties getObject() throws Exception
getObject in interface FactoryBean<Properties>Exceptionpublic void setBeanFactory(BeanFactory beanFactory) throws BeansException
setBeanFactory in interface BeanFactoryAwareBeansExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanException