de.winterfish.nathan.importer.importers
Class DefaultImporter

java.lang.Object
  |
  +--de.winterfish.nathan.importer.importers.DefaultImporter
All Implemented Interfaces:
Importer

public class DefaultImporter
extends java.lang.Object
implements Importer


Constructor Summary
DefaultImporter()
           
 
Method Summary
 java.util.Iterator getTypes()
           
 DataNode importFile(java.io.File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultImporter

public DefaultImporter()
Method Detail

importFile

public DataNode importFile(java.io.File f)
                    throws ImportException
Specified by:
importFile in interface Importer
ImportException

getTypes

public java.util.Iterator getTypes()
Specified by:
getTypes in interface Importer