public class BackupImporter
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_ENCODING
The encoding used for the template properties (BLOB).
|
protected CryptoManager |
cryptoManager
The key management facility, also provides passphrases.
|
Constructor and Description |
---|
BackupImporter()
The constructor method for the importer.
|
Modifier and Type | Method and Description |
---|---|
static BackgroundTask |
createBackgroundTask(javax.swing.Icon icon,
java.lang.String helpid,
StatusBar statusbar,
java.io.File targetfile,
DatabaseManager dbmanager,
DatabaseConnector connector,
java.util.Vector<java.lang.String[]> exportschemas,
java.lang.String[] inspectedschemas,
DeployProps deployprops,
LicenseManager licmanager,
CryptoManager cryptomanager,
java.lang.String recipientuserid,
boolean logmessages)
Convenience method to get a pre-configured background task.
|
void |
run()
Execution code.
|
public static final java.lang.String CONFIG_ENCODING
protected CryptoManager cryptoManager
public BackupImporter()
public void run()
run
in interface java.lang.Runnable
public static BackgroundTask createBackgroundTask(javax.swing.Icon icon, java.lang.String helpid, StatusBar statusbar, java.io.File targetfile, DatabaseManager dbmanager, DatabaseConnector connector, java.util.Vector<java.lang.String[]> exportschemas, java.lang.String[] inspectedschemas, DeployProps deployprops, LicenseManager licmanager, CryptoManager cryptomanager, java.lang.String recipientuserid, boolean logmessages)
icon
- The icon representing the taskhelpid
- The optional help linkstatusbar
- The component for messages (optional)targetfile
- The file to store table datadbmanager
- The database managerconnector
- The connectorexportschemas
- The schemas to be part of the backup, normally the user space tablesinspectedschemas
- The schemas to be used for graph analysisdeployprops
- The application propertieslicmanager
- The license managercryptomanager
- The cryptographic managerrecipientuserid
- The (application) user ID used for PGP encyptionlogmessages
- Shall messages be logged sequentially (optional)?Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.