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 TypeMethodDescriptionvoidFileLocationParams.setDestLocation(FileLocation destLocation) voidFileLocationParams.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 TypeMethodDescriptionvoidBespokeFileStream.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 FileLocationFileBackupStream.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 voidFileBackupStream.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) voidFileLocationComponent.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 TypeMethodDescriptionvoidBinaryBackupStream.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 TypeMethodDescriptionvoidDatabaseBackupStream.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 TypeMethodDescriptionvoidRecorderBackupStream.setSourceLocation(FileLocation fileLocation)