de.nava.informa.utils.cleaner
Interface CleanerMatcherIF

All Known Implementing Classes:
CompositeMatcher

public interface CleanerMatcherIF

Matchers answer if the article in the given channel is unwanted.

Author:
Aleksey Gureev (spyromus@noizeramp.com)

Method Summary
 boolean isMatching(ItemIF item, ChannelIF channel)
          Invoked by cleaning engine to check given item in given channel for matching some rule.
 

Method Detail

isMatching

boolean isMatching(ItemIF item,
                   ChannelIF channel)
Invoked by cleaning engine to check given item in given channel for matching some rule.

Parameters:
item - item to check.
channel - channel where the item is.
Returns:
TRUE if item matches the rule.


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.