public interface BackupViewer
BackupManager
instances
with the user. Any class that implements this interface can be provided
with information about scheduled backups via
the updateView(BackupViewer)
method.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackupName() |
void |
setBackupName(java.lang.String name) |
void |
showBackupInfo(java.lang.String name,
java.lang.String original,
java.lang.String backup,
boolean shallow,
java.util.Date date)
This method is used by the
BackupManager
to show backup information in the view. |
void showBackupInfo(java.lang.String name, java.lang.String original, java.lang.String backup, boolean shallow, java.util.Date date)
BackupManager
to show backup information in the view.name
- backup nameoriginal
- original directorybackup
- backup directoryshallow
- specifies whether the backup is shallow or notdate
- when the last synchronization took placejava.lang.String getBackupName()
void setBackupName(java.lang.String name)