|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.impl.RssService
This class provides helper methods for RSS feed loading.
| Constructor Summary | |
|---|---|
RssService()
|
|
| Method Summary | |
|---|---|
static RssService |
getInstance()
Creates an RssService object. |
org.eclipse.higgins.rsse.RssFeed |
loadFeed(URL feedUrl,
String rssDir)
Loads RSS feed from the specified URL then merge it with local file ans save the result locally. |
FeedProperties |
loadFeedProperties(URL feedUrl,
String rssDir)
Gets the properties from the loaded RSS feed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RssService()
| Method Detail |
public static RssService getInstance()
public org.eclipse.higgins.rsse.RssFeed loadFeed(URL feedUrl,
String rssDir)
throws IOException,
org.eclipse.higgins.rsse.parser.ParseException
feedUrl - the remote URL from where RSS feed is loaded.rssDir - the local path to where the feed is saved.
IOException
org.eclipse.higgins.rsse.parser.ParseException
public FeedProperties loadFeedProperties(URL feedUrl,
String rssDir)
throws IOException
feedUrl - the remote URL from where RSS feed is loaded.rssDir - the local path to where the feed is saved.
IOException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||