Uses of Class
net.i2p.router.news.NewsEntry
Package
Description
Classes to parse the I2P news format, which follows the Atom
standard with additional metadata for the I2P update notification feature.
-
Uses of NewsEntry in net.i2p.router.news
Modifier and TypeMethodDescriptionNewsManager.getEntries()
NewsXMLParser.getEntries()
The news entries.PersistNews.load
(I2PAppContext ctx) This does not check for any missing values.Modifier and TypeMethodDescriptionint
reverse, newest firststatic boolean
PersistNews.delete
(I2PAppContext ctx, NewsEntry entry) Unused for now, as we don't have any way to remember it's deleted.Modifier and TypeMethodDescriptionvoid
NewsManager.addEntries
(List<NewsEntry> entries) Add or replace each entry in the list.