Uses of Class
net.i2p.router.news.NewsEntry
| Package | Description |
|---|---|
| net.i2p.router.news |
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
Methods in net.i2p.router.news that return NewsEntry Modifier and Type Method Description NewsEntryNewsManager. getInitialNews()The initial (welcome to i2p) newsMethods in net.i2p.router.news that return types with arguments of type NewsEntry Modifier and Type Method Description List<NewsEntry>NewsManager. getEntries()List<NewsEntry>NewsXMLParser. getEntries()The news entries.static List<NewsEntry>PersistNews. load(I2PAppContext ctx)This does not check for any missing values.Methods in net.i2p.router.news with parameters of type NewsEntry Modifier and Type Method Description intNewsEntry. compareTo(NewsEntry e)reverse, newest firststatic booleanPersistNews. delete(I2PAppContext ctx, NewsEntry entry)Unused for now, as we don't have any way to remember it's deleted.Method parameters in net.i2p.router.news with type arguments of type NewsEntry Modifier and Type Method Description voidNewsManager. addEntries(List<NewsEntry> entries)Add or replace each entry in the list.