Class NewsPluginUtils
- java.lang.Object
-
- com.openindex.openestate.tool.news.NewsPluginUtils
-
public class NewsPluginUtils extends Object
NewsPluginUtils.- Author:
- Andreas Rudolph
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Properties
getDefaultFeeds()
static com.rometools.rome.feed.synd.SyndFeed
parseFeed(DbNewsFeed feed)
static String
readSyndEntryContent(com.rometools.rome.feed.synd.SyndEntry entry)
-
-
-
Method Detail
-
getDefaultFeeds
public static Properties getDefaultFeeds() throws IOException
- Throws:
IOException
-
parseFeed
public static com.rometools.rome.feed.synd.SyndFeed parseFeed(DbNewsFeed feed) throws IOException, IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
-
readSyndEntryContent
public static String readSyndEntryContent(com.rometools.rome.feed.synd.SyndEntry entry)
-
-