Uses of Interface
net.sf.flock.FeedI

Packages that use FeedI
net.sf.flock Core interfaces. 
net.sf.flock.hibernate   
net.sf.flock.impl Generic implementation of the core interfaces. 
net.sf.flock.parser Parsers for various feed formats. 
 

Uses of FeedI in net.sf.flock
 

Methods in net.sf.flock that return FeedI
 FeedI ItemI.getOrigin()
           
 FeedI SubscriptionI.getFeed()
           
 FeedI FeedFactoryI.createFeed(SubscriptionInfoI subscriptionInfoI)
           
 

Methods in net.sf.flock with parameters of type FeedI
 java.util.List FeedI.merge(FeedI feed)
           
 

Uses of FeedI in net.sf.flock.hibernate
 

Methods in net.sf.flock.hibernate that return FeedI
 FeedI HibernateSubscriptionManager.createFeed(SubscriptionInfoI subscriptionInfoI)
           
 FeedI Subscription.getFeed()
           
 

Uses of FeedI in net.sf.flock.impl
 

Methods in net.sf.flock.impl that return FeedI
 FeedI SimpleSubscriptionManager.createFeed(SubscriptionInfoI subscriptionInfoI)
           
 

Uses of FeedI in net.sf.flock.parser
 

Methods in net.sf.flock.parser that return FeedI
 FeedI FeedLoader.parseFeed(SubscriptionInfoI subscriptionInfo, org.jdom.Document doc)
           
 FeedI Rss091Parser.parse(SubscriptionInfoI subscriptionInfoI, FeedFactoryI feedFactory, org.jdom.Document doc)
           
 FeedI Rss10Parser.parse(SubscriptionInfoI subscriptionInfoI, FeedFactoryI feedFactory, org.jdom.Document doc)
           
 FeedI Rss20Parser.parse(SubscriptionInfoI subscriptionInfoI, FeedFactoryI feedFactory, org.jdom.Document doc)
           
 



Copyright © 2002-2003 Presence Inc. All Rights Reserved.