public class SystemVariablesFactory
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
SystemVariablesFactory() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
java.lang.Object |
getObject() |
java.lang.Class<SystemVariables> |
getObjectType() |
ResourceManager |
getResourceManager()
Gets the resource manager.
|
boolean |
isSingleton() |
void |
setResourceManager(ResourceManager resourceManager)
Sets the resource manager.
|
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public java.lang.Class<SystemVariables> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void setResourceManager(ResourceManager resourceManager)
resourceManager
- the new resource managerpublic ResourceManager getResourceManager()