org.jtheque.core.managers.file.able
Interface BackupReader


public interface BackupReader

A Backup Reader. It seems an object who read a backup file and persist the data from the file.

Author:
Baptiste Wicht

Method Summary
 void persistTheData()
          Persist the data of the backup.
 void readBackup(java.lang.Object object)
          Read the backup.
 

Method Detail

readBackup

void readBackup(java.lang.Object object)
                throws org.jtheque.utils.io.FileException
Read the backup.

Parameters:
object - The backup object.
Throws:
org.jtheque.utils.io.FileException - When an error occurs during the read process.

persistTheData

void persistTheData()
Persist the data of the backup.



Copyright © 2009 JTheque. All Rights Reserved.