public class ControlFileFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<ControlFile>, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
ControlFileFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
ControlFile |
getObject() |
java.lang.Class<ControlFile> |
getObjectType() |
boolean |
isSingleton() |
void |
setControlFileResource(org.springframework.core.io.Resource controlFileResource) |
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public ControlFile getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<ControlFile>
java.lang.Exception
public java.lang.Class<ControlFile> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<ControlFile>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<ControlFile>
public void setControlFileResource(org.springframework.core.io.Resource controlFileResource)