Uses of Interface
net.i2p.update.Checker
Package
Description
Classes to implement the update process.
Interfaces for classes to assist in the update process without
needing the router context.
-
Uses of Checker in net.i2p.router.update
Modifier and TypeClassDescription(package private) class
Handles the request to update the router by firing off anEepGet
call to download the latest su3 file and display the status.(package private) class
Dummy to lock up the updates for a period of time(package private) class
Task to periodically look for updates to the news.xml, and to keep track of whether that has an announcement for a new version.(package private) class
Check for or download an updated version of a plugin.(package private) class
Handles the request to update the router by firing off anEepGet
call to download the latest unsigned zip file and displaying the status to anyone who asks.Modifier and TypeMethodDescriptionvoid
ConsoleUpdateManager.register
(Checker updater, UpdateType type, UpdateMethod method, int priority) void
ConsoleUpdateManager.unregister
(Checker updater, UpdateType type, UpdateMethod method) -
Uses of Checker in net.i2p.update
Modifier and TypeMethodDescriptionvoid
UpdateManager.register
(Checker checker, UpdateType type, UpdateMethod method, int priority) void
UpdateManager.unregister
(Checker checker, UpdateType type, UpdateMethod method)