| Package | com.daveoncode.logging.io |
| Class | public class BackupManager |
| Inheritance | BackupManager flash.events.EventDispatcher |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructor function of BackupManager class
| BackupManager | ||
|
backup():void
Archives the current log file as a .bak file
| BackupManager | ||
|
getBackups():Vector
Returns the archived log files
| BackupManager | ||
|
[static]
Returns the current BackupManager instance
| BackupManager | ||
| BackupManager | () | constructor |
public function BackupManager()Constructor function of BackupManager class
| backup | () | method |
public function backup():voidArchives the current log file as a .bak file
| getBackups | () | method |
public function getBackups():VectorReturns the archived log files
ReturnsVector — A Vector of File objects
|
| getInstance | () | method |
public static function getInstance():BackupManagerReturns the current BackupManager instance
ReturnsBackupManager |