public class IndexLocationFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_SINGLE_INDEX_NAME |
Constructor and Description |
---|
IndexLocationFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIndexName() |
java.lang.Object |
getObject() |
java.lang.Class<org.springframework.core.io.Resource> |
getObjectType() |
SystemVariables |
getSystemVariables() |
boolean |
isSingleton() |
void |
setIndexName(java.lang.String indexName) |
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 java.lang.String getIndexName()
public void setIndexName(java.lang.String indexName)
public SystemVariables getSystemVariables()
public void setSystemVariables(SystemVariables systemVariables)