|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeedManagerException | |
---|---|
de.nava.informa.utils | Provides utility classes that are convenient when handling the news channel object model. |
Uses of FeedManagerException in de.nava.informa.utils |
---|
Methods in de.nava.informa.utils that throw FeedManagerException | |
---|---|
FeedIF |
FeedManager.addFeed(FeedIF feed)
Loads a feed given the metadata information contained in the given FeedIF object |
FeedIF |
FeedManager.addFeed(FeedIF feed,
int ttl)
Loads a feed given the metadata information contained in the given FeedIF object |
FeedIF |
FeedManager.addFeed(String feedUri)
Adds the specified feed to the manager. |
FeedIF |
FeedManager.addFeed(String feedUri,
int wantedTtlmins)
Adds the specified feed to the manager with a specific Ttl. |
Collection<FeedIF> |
FeedManager.addFeeds(String opmlFeedUri)
Attempts to load the feeds specified in the given OPML file into the manager |
Collection<FeedIF> |
FeedManager.addFeeds(String opmlFeedUri,
int ttl)
Attempts to load the feeds specified in the given OPML file into the manager |
FeedIF |
FeedManagerEntry.getFeed()
Checks to see if the feed is out of date - if it is the feed is reloaded from the URI, otherwise the cached version is returned. |
FeedIF |
FeedManager.getFeed(String feedUri)
Retrieves the feed being managed. |
Constructors in de.nava.informa.utils that throw FeedManagerException | |
---|---|
FeedManagerEntry(String feedUri,
ChannelBuilderIF builder,
ChannelUpdatePeriod defaultUpdatePeriod2,
int defaultUpdateFrequency)
Creates a new FeedManagerEntry object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |