Package backupmanager.action
Class MoveFile
java.lang.Object
backupmanager.action.BackupAction
backupmanager.action.CopyFile
backupmanager.action.MoveFile
- All Implemented Interfaces:
BackupFunction
Almost identical to copy file. Will always return true, but throws
an exception if the move fails.
- Author:
- dg50
-
Constructor Summary
-
Method Summary
Methods inherited from class backupmanager.action.CopyFile
checkDestinationPath, createDestinationFile, doAction, getCopySettings, getDialogPanel, getSettings, getSpace, runIfPreviousActionError, setCopySettings, setSettings
Methods inherited from class backupmanager.action.BackupAction
getActionMaker, getBackupFilter, getBackupStream, setBackupFilter, showDialog
-
Constructor Details
-
MoveFile
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceBackupFunction
- Overrides:
getName
in classCopyFile
- Returns:
- a name for the action, to display in dialogs
-