$ A B C D E G I L M P R S T U V W 

R

registerNewBackup(BackupInstanceFramework) - Method in class backupmanagment.BackupManager
This method is used to schedule a new backup according to rules specified by the BackupInstanceFramework and implements all the logic to be able to do so.
removeBackupFromIndex(Path) - Method in class backupmanagment.BackupInstance
removeDeleted() - Method in class backupmanagment.BackupInstance
Calls the DeleteFileVisitor to delete files that are no longer present in the original directory.
removeFromSelectedBackups(String) - Method in class views.BackupTableModel
Marks a backup with this name as not selected.
retrieveBackupPath(Path) - Method in class backupmanagment.BackupInstance
This method, together with BackupInstance.retrieveOriginalpath(java.nio.file.Path), provides the program with the ability to rebuild the directory tree of the original location in the backup directory.
retrieveFormattedRows(String[]) - Method in class views.CommandLineViewer
 
retrieveLastBackupTime(Path) - Method in class backupmanagment.BackupInstance
Fetches the last modified time known when the file/directory was last indexed.
retrieveOriginalpath(Path) - Method in class backupmanagment.BackupInstance
This method, together with BackupInstance.retrieveBackupPath(java.nio.file.Path) , provides the program with the ability to rebuild the directory tree of the original location in the backup directory.
rewriteLastModified(Path, FileTime) - Method in class backupmanagment.BackupInstance
Set last modified time for a directory.
run() - Method in class views.CreateNewBackupWindow
The CreateNewBackupWindow implements the Runnable interface, which allows it to be run in a Thread separate from the caller.
$ A B C D E G I L M P R S T U V W