| Constructor | Description |
|---|---|
NewsManager(I2PAppContext ctx,
ClientAppManager listener,
String[] args) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addEntries(List<NewsEntry> entries) |
Add or replace each entry in the list.
|
String |
getDisplayName() |
The display name of the ClientApp, used in user interfaces.
|
List<NewsEntry> |
getEntries() |
|
NewsEntry |
getInitialNews() |
The initial (welcome to i2p) news
|
String |
getName() |
The generic name of the ClientApp, used for registration,
e.g.
|
ClientAppState |
getState() |
The current state of the ClientApp.
|
void |
shutdown(String[] args) |
ClientApp interface
|
void |
startup() |
ClientApp interface
|
boolean |
storeEntries(List<Node> entries) |
Store each entry.
|
public static final String APP_NAME
public NewsManager(I2PAppContext ctx, ClientAppManager listener, String[] args)
args - ignoredpublic List<NewsEntry> getEntries()
public boolean storeEntries(List<Node> entries)
entries - each one should be "entry" at the rootpublic void addEntries(List<NewsEntry> entries)
public void shutdown(String[] args)
public ClientAppState getState()
ClientApppublic String getName()
ClientApppublic String getDisplayName()
ClientAppgetDisplayName in interface ClientApppublic NewsEntry getInitialNews()