public class RegistryXmlToDatabaseTransfer extends AbstractLoggingBean implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
RegistryXmlToDatabaseTransfer() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected void |
deleteRegistryXmlFile()
Delete registry xml file exist.
|
protected boolean |
doesRegistryXmlFileExist()
Does registry xml file exist.
|
Registry |
getDatabaseRegistry()
Gets the database registry.
|
SystemVariables |
getSystemVariables()
Gets the system variables.
|
Registry |
getXmlRegistry()
Gets the xml registry.
|
boolean |
isLexGridSchemaInstalled()
Checks if is lex grid schema installed.
|
void |
setDatabaseRegistry(Registry databaseRegistry)
Sets the database registry.
|
void |
setLexGridSchemaInstalled(boolean isLexGridSchemaInstalled)
Sets the lex grid schema installed.
|
void |
setSystemVariables(SystemVariables systemVariables)
Sets the system variables.
|
void |
setXmlRegistry(Registry xmlRegistry)
Sets the xml registry.
|
getLogger, setLogger
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
protected void deleteRegistryXmlFile()
protected boolean doesRegistryXmlFileExist()
public SystemVariables getSystemVariables()
public void setSystemVariables(SystemVariables systemVariables)
systemVariables
- the new system variablespublic Registry getDatabaseRegistry()
public void setDatabaseRegistry(Registry databaseRegistry)
databaseRegistry
- the new database registrypublic Registry getXmlRegistry()
public void setXmlRegistry(Registry xmlRegistry)
xmlRegistry
- the new xml registrypublic boolean isLexGridSchemaInstalled()
public void setLexGridSchemaInstalled(boolean isLexGridSchemaInstalled)
isLexGridSchemaInstalled
- the new lex grid schema installed