public class CloudPropertiesFactoryBean
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean<java.util.Properties>, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
CloudPropertiesFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
java.util.Properties |
getObject() |
java.lang.Class<java.util.Properties> |
getObjectType() |
boolean |
isSingleton() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<java.util.Properties>public java.lang.Class<java.util.Properties> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<java.util.Properties>public java.util.Properties getObject()
throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBean<java.util.Properties>java.lang.Exceptionpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exception