Package com.atlassian.gadgets.feed
Interface GadgetFeedReaderFactory
public interface GadgetFeedReaderFactory
Factory for creating
GadgetFeedReader- Since:
- 3.2
-
Method Summary
Modifier and TypeMethodDescriptiongetFeedReader(URI feedUri) Get a feed reader for the provided URI
-
Method Details
-
getFeedReader
Get a feed reader for the provided URI- Parameters:
feedUri- - the URI of the feed to read- Returns:
- a feed reader for the provided URI
- Throws:
NonAtomGadgetSpecFeedException- if the feed is not in the correct format.GadgetFeedParsingException- if the reader is unable to correctly parse the feed.
-