com.sun.syndication.fetcher.impl
Class SyndFeedInfoUtils
java.lang.Object
com.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
|
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 |
SyndFeedInfoUtils
public SyndFeedInfoUtils()
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