de.winterfish.nathan.importer.filters
Class DefaultFilter

java.lang.Object
  |
  +--de.winterfish.nathan.importer.filters.DefaultFilter
All Implemented Interfaces:
Filter

public class DefaultFilter
extends java.lang.Object
implements Filter


Constructor Summary
DefaultFilter()
           
 
Method Summary
 void apply(DataNode doc, NFolder currentFolder)
           
 boolean isApplicable(DataNode doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFilter

public DefaultFilter()
Method Detail

isApplicable

public boolean isApplicable(DataNode doc)
Specified by:
isApplicable in interface Filter

apply

public void apply(DataNode doc,
                  NFolder currentFolder)
Specified by:
apply in interface Filter