Uses of Interface
de.nava.informa.core.FeedIF

Packages that use FeedIF
de.nava.informa.impl.basic Provides an in-memory implementation of the core news channel interfaces. 
de.nava.informa.parsers This package defines parsers for reading in news channels. 
de.nava.informa.utils Provides utility classes that are convenient when handling the news channel object model. 
 

Uses of FeedIF in de.nava.informa.impl.basic
 

Classes in de.nava.informa.impl.basic that implement FeedIF
 class Feed
          In-Memory implementation of the FeedIF interface.
 

Uses of FeedIF in de.nava.informa.parsers
 

Methods in de.nava.informa.parsers that return types with arguments of type FeedIF
(package private) static Collection<FeedIF> OPML_1_1_Parser.parse(org.jdom.Element root)
           
static Collection<FeedIF> OPMLParser.parse(File aFile)
           
static Collection<FeedIF> OPMLParser.parse(InputSource inpSource, URL baseLocation)
           
 

Uses of FeedIF in de.nava.informa.utils
 

Methods in de.nava.informa.utils that return FeedIF
 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.
 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.
 

Methods in de.nava.informa.utils that return types with arguments of type FeedIF
 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
 

Methods in de.nava.informa.utils with parameters of type FeedIF
 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
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.