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

All Known Subinterfaces:
Restorer
All Known Implementing Classes:
JTDRestorer, XMLRestorer

public interface Importer

An importer.

Author:
Baptiste Wicht

Method Summary
 boolean canImportFrom(FileType fileType)
          Indicate if the importer can import from a specific file format or not.
 

Method Detail

canImportFrom

boolean canImportFrom(FileType fileType)
Indicate if the importer can import from a specific file format or not.

Parameters:
fileType - The file format.
Returns:
true ou false


Copyright © 2009 JTheque. All Rights Reserved.