See: Description
| Interface | Description |
|---|---|
| Checker | Controls one or more types of updates. |
| UpdateManager | The central resource coordinating updates. |
| UpdatePostProcessor | An external class to handle complex processing of update files,
where necessary instead of simply copying i2pupdate.zip to the config dir. |
| Updater | Controls one or more types of updates. |
| UpdateTask | A running check or download. |
| Enum | Description |
|---|---|
| UpdateMethod | Transport mechanism for getting something. |
| UpdateType | What to update |
Interfaces and utilities for update process that operate without requiring full router context.
This package provides:
These interfaces allow update-related functionality to be used in environments where a full router context is not available, such as in standalone installations or update utilities.