de.winterfish.nathan.importer.transformers
Class SimpleTransformer

java.lang.Object
  |
  +--de.winterfish.nathan.importer.transformers.SimpleTransformer
All Implemented Interfaces:
Transformer

public class SimpleTransformer
extends java.lang.Object
implements Transformer


Constructor Summary
SimpleTransformer()
           
 
Method Summary
 java.util.Iterator getTypes()
           
 DataNode transform(java.io.File f)
          Be sure to call NDocFactory.createNewNDoc() to create a new NDoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTransformer

public SimpleTransformer()
Method Detail

transform

public DataNode transform(java.io.File f)
Description copied from interface: Transformer
Be sure to call NDocFactory.createNewNDoc() to create a new NDoc

Specified by:
transform in interface Transformer

getTypes

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