Uses of Class
backupmanager.action.BackupException
Packages that use BackupException
-
Uses of BackupException in backupmanager.action
Methods in backupmanager.action that throw BackupExceptionModifier 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
Methods in backupmanager.stream that throw BackupExceptionModifier 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
Methods in generalDatabase.backup that throw BackupExceptionModifier 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)