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

All Known Subinterfaces:
Backuper
All Known Implementing Classes:
JTDBackuper, XMLBackuper

public interface Exporter

An exporter. It's simply an object who export to a specific format.

Author:
Baptiste Wicht

Method Summary
 boolean canExportTo(FileType fileType)
          Indicate if the exporter can export to a specific fileType.
 

Method Detail

canExportTo

boolean canExportTo(FileType fileType)
Indicate if the exporter can export to a specific fileType.

Parameters:
fileType - The fileType to export to.
Returns:
true if the exporter can export to this file type, else false.


Copyright © 2009 JTheque. All Rights Reserved.