Uses of Class
backupmanager.action.BackupException
-
Uses of BackupException in backupmanager.action
Modifier and TypeMethodDescriptionboolean
CopyFile.checkDestinationPath
(String destination) CopyFile.createDestinationFile
(BackupStream backupStream, String destination, StreamItem streamItem) Create the destination File object (not an actual file, the Java File object that identifies is).abstract boolean
BackupAction.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) Perform a backup action.boolean
CopyFile.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) boolean
DeleteFile.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem) -
Uses of BackupException in backupmanager.stream
Modifier and TypeMethodDescriptionboolean
BackupStream.doAction
(BackupManager backupManager, BackupAction action, StreamItem streamItem) Carry out some action or other on the stream item. -
Uses of BackupException in generalDatabase.backup
Modifier and TypeMethodDescriptionCopyDatabaseFile.createDestinationFile
(BackupStream backupStream, String destination, StreamItem streamItem) boolean
DatabaseBackupStream.doAction
(BackupManager backupManager, BackupAction action, StreamItem streamItem) boolean
SQLCloneDatabase.doAction
(BackupManager backupManager, BackupStream backupStream, StreamItem streamItem)