パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
NewsEntry |
NewsManager.getInitialNews() |
The initial (welcome to i2p) news
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
java.util.List<NewsEntry> |
NewsManager.getEntries() |
|
java.util.List<NewsEntry> |
NewsXMLParser.getEntries() |
The news entries.
|
static java.util.List<NewsEntry> |
PersistNews.load(I2PAppContext ctx) |
This does not check for any missing values.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
int |
NewsEntry.compareTo(NewsEntry e) |
reverse, newest first
|
static boolean |
PersistNews.delete(I2PAppContext ctx,
NewsEntry entry) |
Unused for now, as we don't have any way to remember it's deleted.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
NewsManager.addEntries(java.util.List<NewsEntry> entries) |
Add or replace each entry in the list.
|