Package | Description |
---|---|
net.i2p.router.update |
Classes to implement the update process.
|
net.i2p.update |
Interfaces for classes to assist in the update process without
needing the router context.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsoleUpdateManager.register(UpdatePostProcessor upp,
UpdateType type,
int fileType)
Register a post-processor for this UpdateType and SU3File file type.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateManager.register(UpdatePostProcessor upp,
UpdateType type,
int fileType)
Register a post-processor for this UpdateType and SU3File file type.
|