de.winterfish.nathan.importer
Class ImportManager

java.lang.Object
  |
  +--de.winterfish.nathan.importer.ImportManager

public class ImportManager
extends java.lang.Object


Constructor Summary
ImportManager(Importer defaultImporter, NeonGui gui)
           
ImportManager(NeonGui gui)
           
 
Method Summary
 void addImporter(Importer imp)
           
 Importer getImporter(java.lang.String type)
           
 DataNode importFile(java.io.File f, NFolder currentFolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportManager

public ImportManager(NeonGui gui)

ImportManager

public ImportManager(Importer defaultImporter,
                     NeonGui gui)
Method Detail

addImporter

public void addImporter(Importer imp)

getImporter

public Importer getImporter(java.lang.String type)

importFile

public DataNode importFile(java.io.File f,
                           NFolder currentFolder)
                    throws ImportException
ImportException