Package backupmanager.bespoke
Class BespokeFileStream
java.lang.Object
backupmanager.stream.BackupStream
backupmanager.stream.FileBackupStream
backupmanager.bespoke.BespokeFileStream
- All Implemented Interfaces:
 BackupFunction,PamSettings,SettingsNameProvider
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionSource 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, getMinBackupDelay, getToDoList, setBackupSettings, updateActedItemMethods inherited from class backupmanager.stream.BackupStream
addAction, createActions, doAction, findActionMaker, getActions, getName, getSettingsReference, getSettingsVersion, getUnitName, getUnitType, removeAction, restoreSettings, runBackup 
- 
Constructor Details
- 
BespokeFileStream
 
 - 
 - 
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-
 
 -