Package org.apache.camel.component.rss
Class UpdatedDateFilter
- java.lang.Object
-
- org.apache.camel.component.rss.UpdatedDateFilter
-
- All Implemented Interfaces:
org.apache.camel.component.feed.EntryFilter
public class UpdatedDateFilter extends Object implements org.apache.camel.component.feed.EntryFilter
Filters out all entries which occur before the last time of the entry we saw (assuming entries arrive sorted in order).
-
-
Constructor Summary
Constructors Constructor Description UpdatedDateFilter(Date lastUpdate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValidEntry(org.apache.camel.component.feed.FeedEndpoint endpoint, Object feed, Object entry)
-
-
-
Constructor Detail
-
UpdatedDateFilter
public UpdatedDateFilter(Date lastUpdate)
-
-