|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateManager | |
|---|---|
| net.i2p | Core I2P package, contains information about the I2P version and an entry point to access important elements. |
| net.i2p.router | The I2P router application handles the I2P network communication. |
| net.i2p.router.update | Classes to implement the update process. |
| org.klomp.snark | |
| Uses of UpdateManager in net.i2p |
|---|
| Methods in net.i2p that return UpdateManager | |
|---|---|
UpdateManager |
I2PAppContext.updateManager()
The controller of router, plugin, and other updates. |
| Uses of UpdateManager in net.i2p.router |
|---|
| Methods in net.i2p.router that return UpdateManager | |
|---|---|
UpdateManager |
RouterContext.updateManager()
The controller of router, plugin, and other updates. |
| Methods in net.i2p.router with parameters of type UpdateManager | |
|---|---|
void |
RouterContext.registerUpdateManager(UpdateManager mgr)
Register as the update manager. |
void |
RouterContext.unregisterUpdateManager(UpdateManager mgr)
Unregister the update manager. |
| Uses of UpdateManager in net.i2p.router.update |
|---|
| Classes in net.i2p.router.update that implement UpdateManager | |
|---|---|
class |
ConsoleUpdateManager
The central resource coordinating updates. |
| Uses of UpdateManager in org.klomp.snark |
|---|
| Constructors in org.klomp.snark with parameters of type UpdateManager | |
|---|---|
UpdateHandler(I2PAppContext ctx,
UpdateManager umgr,
SnarkManager smgr)
|
|
UpdateRunner(I2PAppContext ctx,
UpdateManager umgr,
SnarkManager smgr,
List<URI> uris,
String newVersion)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||