com.sun.syndication.fetcher.impl
Class SyndFeedInfoUtils

java.lang.Object
  extended bycom.sun.syndication.fetcher.impl.SyndFeedInfoUtils

public class SyndFeedInfoUtils
extends Object

Utility class to support the creation of unique ids for SyndFeedInfo objects.

Author:
Sebastian Machhausen

Constructor Summary
SyndFeedInfoUtils()
           
 
Method Summary
static String createId(URL feedUrl)
           Creates an unique id for the newsfeed at the specified feedUrl.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyndFeedInfoUtils

public SyndFeedInfoUtils()
Method Detail

createId

public static String createId(URL feedUrl)

Creates an unique id for the newsfeed at the specified feedUrl.

Parameters:
feedUrl - the url of the newsfeed to generate an unique id for
Returns:
the unique id for the newsfeed at the specified feedUrl