Package SoundRecorder.backup
Class RecorderBackupStream
java.lang.Object
backupmanager.stream.BackupStream
backupmanager.stream.FileBackupStream
SoundRecorder.backup.RecorderBackupStream
- All Implemented Interfaces:
 BackupFunction,PamSettings,SettingsNameProvider
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlongGet the minimum delay from the time when a file was last modified or created to when it can be backed upSource location - For most things, like the sound recorder or binary files this will have to be taken from the other settings.voidsetSourceLocation(FileLocation fileLocation) As with the getter, this may be ignored by many modules which will perfectly well know their source locationMethods inherited from class backupmanager.stream.FileBackupStream
backupComplete, catalogData, getAllFiles, getAllSourceItems, getAvailableActions, getAvailableSpace, getBackupSettings, getDialogPanel, getToDoList, setBackupSettings, updateActedItemMethods inherited from class backupmanager.stream.BackupStream
addAction, createActions, doAction, findActionMaker, getActions, getName, getSettingsReference, getSettingsVersion, getUnitName, getUnitType, removeAction, restoreSettings, runBackup 
- 
Constructor Details
- 
RecorderBackupStream
 
 - 
 - 
Method Details
- 
getSourceLocation
Description copied from class:FileBackupStreamSource location - For most things, like the sound recorder or binary files this will have to be taken from the other settings. For some modules like the gemini, which are recording elsewhere, it can be anything.- Specified by:
 getSourceLocationin classFileBackupStream- Returns:
 - the source location.
 
 - 
setSourceLocation
Description copied from class:FileBackupStreamAs with the getter, this may be ignored by many modules which will perfectly well know their source location- Specified by:
 setSourceLocationin classFileBackupStream- Parameters:
 fileLocation-
 - 
getMinBackupDelay
public long getMinBackupDelay()Description copied from class:FileBackupStreamGet the minimum delay from the time when a file was last modified or created to when it can be backed up- Overrides:
 getMinBackupDelayin classFileBackupStream- Returns:
 - time in milliseconds
 
 
 -