de.winterfish.nathan.importer
Interface Filter

All Known Implementing Classes:
DefaultFilter, FilterRule

public interface Filter


Method Summary
 void apply(DataNode doc, NFolder currentFolder)
           
 boolean isApplicable(DataNode doc)
           
 

Method Detail

isApplicable

public boolean isApplicable(DataNode doc)

apply

public void apply(DataNode doc,
                  NFolder currentFolder)