Uses of Class
org.ferris.resiste.console.rss.RssEntry
-
Packages that use RssEntry Package Description org.ferris.resiste.console.rss -
-
Uses of RssEntry in org.ferris.resiste.console.rss
Fields in org.ferris.resiste.console.rss with type parameters of type RssEntry Modifier and Type Field Description protected java.util.List<RssEntry>
RssFeed. entries
Methods in org.ferris.resiste.console.rss that return types with arguments of type RssEntry Modifier and Type Method Description java.util.List<RssEntry>
RssFeed. getEntries()
Method parameters in org.ferris.resiste.console.rss with type arguments of type RssEntry Modifier and Type Method Description void
RssFeed. setEntries(java.util.List<RssEntry> entries)
-