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

All Superinterfaces:
Exporter
All Known Implementing Classes:
JTDBackuper, XMLBackuper

public interface Backuper
extends Exporter

A Backuper.

Author:
Baptiste Wicht

Method Summary
 void backup(java.io.File file, java.util.List<BackupWriter> writers)
          Cette méthode permet d'exporter les films vers un certain fichier.
 
Methods inherited from interface org.jtheque.core.managers.file.able.Exporter
canExportTo
 

Method Detail

backup

void backup(java.io.File file,
            java.util.List<BackupWriter> writers)
            throws org.jtheque.utils.io.FileException
Cette méthode permet d'exporter les films vers un certain fichier.

Parameters:
file - The file.
writers - The writers to use.
Throws:
org.jtheque.utils.io.FileException - When an error occurs during the backup process.


Copyright © 2009 JTheque. All Rights Reserved.