Interface EntryFilter

    • Method Detail

      • isValidEntry

        boolean isValidEntry​(FeedEndpoint endpoint,
                             Object feed,
                             Object entry)
        Tests to be used as filtering the feed for only entries of interest, such as only new entries, etc.
        Parameters:
        endpoint - the endpoint
        feed - the feed
        entry - the given entry to filter
        Returns:
        true to include the entry, false to skip it