Uses of Class
base.backup.Backup

Packages that use Backup
base This package contains the InternetCafe project's core classes. 
base.backup This package contains the InternetCafe project's core classes for the backup facility. 
 

Uses of Backup in base
 

Methods in base that return Backup
 Backup[] InternetCafeManager.getBackup()
           
 Backup InternetCafeManager.getBackupById(int backupId)
          This method retrieves a backup specifying his id.
 

Methods in base with parameters of type Backup
 void InternetCafeManager.addBackup(Backup backup)
          This method simply adds a backup.
protected static java.lang.String InternetCafeManager.backupKey(Backup backup)
          This method simply builds a key string for an instance of Backup.
 void InternetCafeManager.deleteBackup(Backup backup)
          This method deletes a backup from the system.
 

Uses of Backup in base.backup
 

Methods in base.backup that return Backup
static Backup BackupFactory.newBackup(java.lang.String name, java.lang.String description, java.util.Date date, java.lang.String dbLocationPath, java.lang.String zipLocationPath)
           
static Backup BackupFactory.newBackupFromZipArchive(java.io.File backupFile)
           
 

Methods in base.backup with parameters of type Backup
static void BackupFactory.backupToZipArchive(Backup backup)
           
static java.io.File BackupFactory.createDetailsFile(Backup backup)
           
 



Copyright © 2006 SF.net. All Rights Reserved.