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
Constructors - 
Method Summary
Methods inherited from class backupmanager.action.CopyFile
checkDestinationPath, createDestinationFile, doAction, getCopySettings, getDialogPanel, getSettings, getSpace, runIfPreviousActionError, setCopySettings, setSettingsMethods inherited from class backupmanager.action.BackupAction
getActionMaker, getBackupFilter, getBackupStream, setBackupFilter, showDialog 
- 
Constructor Details
- 
MoveFile
 
 - 
 - 
Method Details
- 
fileAction
- Overrides:
 fileActionin classCopyFile- Throws:
 BackupException
 - 
getName
- Specified by:
 getNamein interfaceBackupFunction- Overrides:
 getNamein classCopyFile- Returns:
 - a name for the action, to display in dialogs
 
 
 -