org.hardtokenmgmt.admin.control
Interface IBatchAdminImportFileAnalyser

All Known Implementing Classes:
DefaultBatchAdminImportFileAnalyser

public interface IBatchAdminImportFileAnalyser

Tries to determine which batch file import parser that should be used for a given file.

Version:
$Id$
Author:
Philip Vendil 15 mar 2009

Method Summary
 IBatchAdminImportFileParser getParser(java.io.File file)
          Tries to determine which batch file import parser that should be used for a given file.
 

Method Detail

getParser

IBatchAdminImportFileParser getParser(java.io.File file)
Tries to determine which batch file import parser that should be used for a given file.

Parameters:
file - the file to analyse.
Returns:
the appropriate file parser or null if file isn't supported.