ch.claudio.contactdb
Class ImportHandler

java.lang.Object
  extended by ch.claudio.contactdb.ImportHandler

public class ImportHandler
extends java.lang.Object

The basic handler which dleates most of the work to plug-ins for the different kind of log files and mailboxes.

Version:
$Id: ImportHandler.java 32 2006-07-10 23:51:07Z $
Author:
Claudio Nieder

Constructor Summary
ImportHandler(Model m)
           
 
Method Summary
 void autoImport(java.io.File file)
          Fully autmatically import the file or all files found in the directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportHandler

public ImportHandler(Model m)
Parameters:
m - on which the importer operate.
Method Detail

autoImport

public void autoImport(java.io.File file)
Fully autmatically import the file or all files found in the directory.

Parameters:
file - File or directory to import