|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.rss.UpdatedDateFilter
public class UpdatedDateFilter
Filters out all entries which occur before the last time of the entry we saw (assuming entries arrive sorted in order).
| Constructor Summary | |
|---|---|
UpdatedDateFilter(java.util.Date lastUpdate)
|
|
| Method Summary | |
|---|---|
boolean |
isValidEntry(org.apache.camel.component.feed.FeedEndpoint endpoint,
java.lang.Object feed,
java.lang.Object entry)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdatedDateFilter(java.util.Date lastUpdate)
| Method Detail |
|---|
public boolean isValidEntry(org.apache.camel.component.feed.FeedEndpoint endpoint,
java.lang.Object feed,
java.lang.Object entry)
isValidEntry in interface org.apache.camel.component.feed.EntryFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||