Uses of Interface
com.biglybt.core.backup.BackupManager
-
Packages that use BackupManager Package Description com.biglybt.core.backup com.biglybt.core.backup.impl com.biglybt.ui.swt.views.configsections -
-
Uses of BackupManager in com.biglybt.core.backup
Methods in com.biglybt.core.backup that return BackupManager Modifier and Type Method Description static BackupManager
BackupManagerFactory. getManager(Core core)
-
Uses of BackupManager in com.biglybt.core.backup.impl
Classes in com.biglybt.core.backup.impl that implement BackupManager Modifier and Type Class Description class
BackupManagerImpl
Methods in com.biglybt.core.backup.impl that return BackupManager Modifier and Type Method Description static BackupManager
BackupManagerImpl. getSingleton(Core core)
-
Uses of BackupManager in com.biglybt.ui.swt.views.configsections
Methods in com.biglybt.ui.swt.views.configsections with parameters of type BackupManager Modifier and Type Method Description private void
ConfigSectionBackupRestoreSWT. doManualBackup(BackupManager backup_manager, java.lang.Runnable stats_updater)
private static void
ConfigSectionBackupRestoreSWT. runBackup(BackupManager backup_manager, java.lang.String path, java.lang.Runnable stats_updater)
private static void
ConfigSectionBackupRestoreSWT. updateInfoParams(BackupManager backup_manager, java.util.Map<java.lang.String,ParameterImpl> mapParams)
-