public class MetadataIndexLocationFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
MetadataIndexLocationFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject() |
java.lang.Class<org.springframework.core.io.Resource> |
getObjectType() |
SystemVariables |
getSystemVariables() |
boolean |
isSingleton() |
void |
setSystemVariables(SystemVariables systemVariables) |
public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public java.lang.Class<org.springframework.core.io.Resource> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public SystemVariables getSystemVariables()
public void setSystemVariables(SystemVariables systemVariables)