Uses of Class
backupmanager.FileLocation
Package
Description
-
Uses of FileLocation in backupmanager
Modifier and TypeMethodDescriptionFileLocation.clone()
FileLocationParams.getDestLocation()
FileLocationParams.getSourceLocation()
Modifier and TypeMethodDescriptionvoid
FileLocationParams.setDestLocation
(FileLocation destLocation) void
FileLocationParams.setSourceLocation
(FileLocation sourceLocation) ModifierConstructorDescriptionFileLocationParams
(FileLocation sourceLocation, FileLocation destLocation) -
Uses of FileLocation in backupmanager.action
-
Uses of FileLocation in backupmanager.bespoke
Modifier and TypeMethodDescriptionvoid
BespokeFileStream.setSourceLocation
(FileLocation fileLocation) -
Uses of FileLocation in backupmanager.settings
-
Uses of FileLocation in backupmanager.stream
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionFileLocationComponent.getParams
(FileLocation fileLocation) void
FileLocationComponent.setParams
(FileLocation fileLocation) -
Uses of FileLocation in binaryFileStorage.backup
Modifier and TypeMethodDescriptionvoid
BinaryBackupStream.setSourceLocation
(FileLocation fileLocation) -
Uses of FileLocation in generalDatabase.backup
Modifier and TypeMethodDescriptionvoid
DatabaseBackupStream.setSourceLocation
(FileLocation fileLocation) -
Uses of FileLocation in SoundRecorder.backup
Modifier and TypeMethodDescriptionvoid
RecorderBackupStream.setSourceLocation
(FileLocation fileLocation)