Uses of Interface
org.jtheque.core.managers.file.able.BackupWriter

Packages that use BackupWriter
org.jtheque.core.managers.file Contains the file manager. 
org.jtheque.core.managers.file.able Contains the interfaces of the file manager. 
org.jtheque.core.managers.file.impl Contains the file manager implementation. 
org.jtheque.core.utils.file.jt.impl Contains the implementation of JT files. 
 

Uses of BackupWriter in org.jtheque.core.managers.file
 

Methods in org.jtheque.core.managers.file with parameters of type BackupWriter
 void IFileManager.registerBackupWriter(FileType format, BackupWriter writer)
          Register a new BackupWriter.
 void FileManager.registerBackupWriter(FileType format, BackupWriter writer)
           
 void IFileManager.unregisterBackupWriter(FileType format, BackupWriter writer)
          Unregister a BackupWriter.
 void FileManager.unregisterBackupWriter(FileType format, BackupWriter writer)
           
 

Uses of BackupWriter in org.jtheque.core.managers.file.able
 

Method parameters in org.jtheque.core.managers.file.able with type arguments of type BackupWriter
 void Backuper.backup(java.io.File file, java.util.List<BackupWriter> writers)
          Cette méthode permet d'exporter les films vers un certain fichier.
 

Uses of BackupWriter in org.jtheque.core.managers.file.impl
 

Method parameters in org.jtheque.core.managers.file.impl with type arguments of type BackupWriter
 void XMLBackuper.backup(java.io.File file, java.util.List<BackupWriter> writers)
           
 void JTDBackuper.backup(java.io.File file, java.util.List<BackupWriter> writers)
           
 

Uses of BackupWriter in org.jtheque.core.utils.file.jt.impl
 

Constructor parameters in org.jtheque.core.utils.file.jt.impl with type arguments of type BackupWriter
JTDFileWriter(java.util.Collection<BackupWriter> writers)
          Construct a new JTDFileWriter.
 



Copyright © 2009 JTheque. All Rights Reserved.