Uses of Class
org.ferris.resiste.console.rss.RssFeed
-
Packages that use RssFeed Package Description org.ferris.resiste.console.email org.ferris.resiste.console.rome org.ferris.resiste.console.rss -
-
Uses of RssFeed in org.ferris.resiste.console.email
Fields in org.ferris.resiste.console.email with type parameters of type RssFeed Modifier and Type Field Description protected java.util.List<RssFeed>EmailDraftEvent. feedsMethods in org.ferris.resiste.console.email that return types with arguments of type RssFeed Modifier and Type Method Description java.util.List<RssFeed>EmailDraftEvent. getFeeds()Constructor parameters in org.ferris.resiste.console.email with type arguments of type RssFeed Constructor Description EmailDraftEvent(java.util.List<RssFeed> feeds) -
Uses of RssFeed in org.ferris.resiste.console.rome
Fields in org.ferris.resiste.console.rome with type parameters of type RssFeed Modifier and Type Field Description protected java.util.List<RssFeed>SyndFilterEvent. feedsprotected java.util.List<RssFeed>SyndRetrievalEvent. feedsMethods in org.ferris.resiste.console.rome that return types with arguments of type RssFeed Modifier and Type Method Description java.util.List<RssFeed>SyndFilterEvent. getFeeds()java.util.List<RssFeed>SyndRetrievalEvent. getFeeds()Method parameters in org.ferris.resiste.console.rome with type arguments of type RssFeed Modifier and Type Method Description voidSyndRetrievalEvent. setFeeds(java.util.List<RssFeed> feeds)Constructor parameters in org.ferris.resiste.console.rome with type arguments of type RssFeed Constructor Description SyndFilterEvent(java.util.List<RssFeed> feeds) -
Uses of RssFeed in org.ferris.resiste.console.rss
Fields in org.ferris.resiste.console.rss with type parameters of type RssFeed Modifier and Type Field Description protected java.util.List<RssFeed>RssHistoryEvent. feedsMethods in org.ferris.resiste.console.rss that return RssFeed Modifier and Type Method Description RssFeedRssFeedFactory. build(RssUrl feedUrl)Methods in org.ferris.resiste.console.rss that return types with arguments of type RssFeed Modifier and Type Method Description java.util.List<RssFeed>RssHistoryEvent. getFeeds()Constructor parameters in org.ferris.resiste.console.rss with type arguments of type RssFeed Constructor Description RssHistoryEvent(java.util.List<RssFeed> feeds)
-