com.johnmunsch.rss
Interface ItemsFilter


public interface ItemsFilter

Author:
John Munsch

Method Summary
 void filter(java.util.List itemList)
          Note that it is perfectly valid for this function to remove items from the list passed to it.
 void load(java.io.File f)
           
 void store(java.io.File f)
           
 

Method Detail

filter

public void filter(java.util.List itemList)
Note that it is perfectly valid for this function to remove items from the list passed to it. That is one of its original intended uses. It is up to the calling code to handle order issues if multiple filters are used.


load

public void load(java.io.File f)

store

public void store(java.io.File f)