Uses of Class
org.ferris.resiste.console.rss.RssUrl
-
Packages that use RssUrl Package Description org.ferris.resiste.console.rss -
-
Uses of RssUrl in org.ferris.resiste.console.rss
Methods in org.ferris.resiste.console.rss that return types with arguments of type RssUrl Modifier and Type Method Description java.util.List<RssUrl>RssUrlRepository. findAll()java.util.List<RssUrl>RssUrlService. findAll()java.util.Optional<RssUrl>RssUrlFactory. parse(java.lang.String commaSeparatedFeedData)Methods in org.ferris.resiste.console.rss with parameters of type RssUrl Modifier and Type Method Description RssFeedRssFeedFactory. build(RssUrl feedUrl)
-