Package generalDatabase.backup
Class CopyDatabaseFile
java.lang.Object
backupmanager.action.BackupAction
backupmanager.action.CopyFile
generalDatabase.backup.CopyDatabaseFile
- All Implemented Interfaces:
BackupFunction
- Direct Known Subclasses:
SQLCloneDatabase
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateDestinationFile
(BackupStream backupStream, String destination, StreamItem streamItem) Create the destination File object (not an actual file, the Java File object that identifies is).getNewDatabaseName
(String destination) Methods inherited from class backupmanager.action.CopyFile
checkDestinationPath, doAction, getCopySettings, getDialogPanel, getName, getSettings, getSpace, runIfPreviousActionError, setCopySettings, setSettings
Methods inherited from class backupmanager.action.BackupAction
getActionMaker, getBackupFilter, getBackupStream, setBackupFilter, showDialog
-
Constructor Details
-
CopyDatabaseFile
-
-
Method Details
-
getNewDatabaseName
-
createDestinationFile
public File createDestinationFile(BackupStream backupStream, String destination, StreamItem streamItem) throws BackupException Description copied from class:CopyFile
Create the destination File object (not an actual file, the Java File object that identifies is).- Overrides:
createDestinationFile
in classCopyFile
- Returns:
- Throws:
BackupException
-