|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.tools.importexport.ExportUtilities
public class ExportUtilities
Imlements utilities for export purposes
Constructor Summary | |
---|---|
ExportUtilities()
|
Method Summary | |
---|---|
static void |
copyMetadataScript(java.lang.String pathDBFolder)
Copy the metadata script of the exported database into the export folder. |
static void |
copyMetadataScriptProperties(java.lang.String pathDBFolder)
Copy the properties file of the exported database into the export folder. |
static java.sql.Connection |
getConnectionExportDB(java.lang.String pathDBFolder)
Creates a sql connection for the exported database. |
static IExportManager |
getExportManagerInstance()
|
static java.lang.String |
getExportTempFolderPath()
|
static org.hibernate.SessionFactory |
getHibSessionExportDB(java.lang.String pathDBFolder)
Creates an Hibernate session factory for the export database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportUtilities()
Method Detail |
---|
public static void copyMetadataScript(java.lang.String pathDBFolder) throws it.eng.spago.error.EMFUserError
pathDBFolder
- Path of the export database folder
it.eng.spago.error.EMFUserError
- the EMF user errorpublic static void copyMetadataScriptProperties(java.lang.String pathDBFolder) throws it.eng.spago.error.EMFUserError
pathDBFolder
- Path of the export database folder
it.eng.spago.error.EMFUserError
- the EMF user errorpublic static org.hibernate.SessionFactory getHibSessionExportDB(java.lang.String pathDBFolder) throws it.eng.spago.error.EMFUserError
pathDBFolder
- Path of the export database folder
it.eng.spago.error.EMFUserError
- the EMF user errorpublic static java.sql.Connection getConnectionExportDB(java.lang.String pathDBFolder) throws it.eng.spago.error.EMFUserError
pathDBFolder
- Path of the export database folder
it.eng.spago.error.EMFUserError
- the EMF user errorpublic static java.lang.String getExportTempFolderPath()
public static IExportManager getExportManagerInstance() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |