Uses of Class
backupmanager.FileLocation
Packages that use FileLocation
Package
Description
-
Uses of FileLocation in backupmanager
Methods in backupmanager that return FileLocationModifier and TypeMethodDescriptionFileLocation.clone()
FileLocationParams.getDestLocation()
FileLocationParams.getSourceLocation()
Methods in backupmanager with parameters of type FileLocationModifier and TypeMethodDescriptionvoid
FileLocationParams.setDestLocation
(FileLocation destLocation) void
FileLocationParams.setSourceLocation
(FileLocation sourceLocation) Constructors in backupmanager with parameters of type FileLocationModifierConstructorDescriptionFileLocationParams
(FileLocation sourceLocation, FileLocation destLocation) -
Uses of FileLocation in backupmanager.action
Fields in backupmanager.action declared as FileLocation -
Uses of FileLocation in backupmanager.bespoke
Methods in backupmanager.bespoke that return FileLocationMethods in backupmanager.bespoke with parameters of type FileLocationModifier and TypeMethodDescriptionvoid
BespokeFileStream.setSourceLocation
(FileLocation fileLocation) -
Uses of FileLocation in backupmanager.settings
Fields in backupmanager.settings declared as FileLocation -
Uses of FileLocation in backupmanager.stream
Methods in backupmanager.stream that return FileLocationModifier and TypeMethodDescriptionabstract FileLocation
FileBackupStream.getSourceLocation()
Source location - For most things, like the sound recorder or binary files this will have to be taken from the other settings.Methods in backupmanager.stream with parameters of type FileLocationModifier and TypeMethodDescriptionabstract void
FileBackupStream.setSourceLocation
(FileLocation fileLocation) As with the getter, this may be ignored by many modules which will perfectly well know their source location -
Uses of FileLocation in backupmanager.swing
Methods in backupmanager.swing that return FileLocationMethods in backupmanager.swing with parameters of type FileLocationModifier and TypeMethodDescriptionFileLocationComponent.getParams
(FileLocation fileLocation) void
FileLocationComponent.setParams
(FileLocation fileLocation) -
Uses of FileLocation in binaryFileStorage.backup
Fields in binaryFileStorage.backup declared as FileLocationMethods in binaryFileStorage.backup that return FileLocationMethods in binaryFileStorage.backup with parameters of type FileLocationModifier and TypeMethodDescriptionvoid
BinaryBackupStream.setSourceLocation
(FileLocation fileLocation) -
Uses of FileLocation in generalDatabase.backup
Methods in generalDatabase.backup that return FileLocationMethods in generalDatabase.backup with parameters of type FileLocationModifier and TypeMethodDescriptionvoid
DatabaseBackupStream.setSourceLocation
(FileLocation fileLocation) -
Uses of FileLocation in SoundRecorder.backup
Fields in SoundRecorder.backup declared as FileLocationMethods in SoundRecorder.backup that return FileLocationMethods in SoundRecorder.backup with parameters of type FileLocationModifier and TypeMethodDescriptionvoid
RecorderBackupStream.setSourceLocation
(FileLocation fileLocation)