Uses of Class
net.i2p.update.UpdateMethod
| 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.
|
| org.klomp.snark |
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
|
-
Uses of UpdateMethod in net.i2p.router.update
Fields in net.i2p.router.update declared as UpdateMethod Modifier and Type Field Description protected UpdateMethodUpdateRunner. _methodMethods in net.i2p.router.update that return UpdateMethod Modifier and Type Method Description UpdateMethodUpdateRunner. getMethod()Methods in net.i2p.router.update with parameters of type UpdateMethod Modifier and Type Method Description UpdateTaskDevSU3UpdateHandler. check(UpdateType type, UpdateMethod method, String id, String currentVersion, long maxTime)UpdateTaskDummyHandler. check(UpdateType type, UpdateMethod method, String id, String currentVersion, long maxTime)Spins off an UpdateTask that sleepsUpdateTaskNewsHandler. check(UpdateType type, UpdateMethod method, String id, String currentVersion, long maxTime)This will check for news or router updates (it does the same thing).UpdateTaskPluginUpdateHandler. check(UpdateType type, UpdateMethod method, String appName, String currentVersion, long maxTime)check a single pluginUpdateTaskUnsignedUpdateHandler. check(UpdateType type, UpdateMethod method, String id, String currentVersion, long maxTime)List<URI>ConsoleUpdateManager. getUpdateURLs(UpdateType type, String id, UpdateMethod method)Where to find various resourcesbooleanConsoleUpdateManager. notifyVersionAvailable(UpdateTask task, URI newsSource, UpdateType type, String id, UpdateMethod method, List<URI> updateSources, String newVersion, String minVersion)Called by the Updater, either after check() was called, or it found out on its own.voidConsoleUpdateManager. register(Checker updater, UpdateType type, UpdateMethod method, int priority)voidConsoleUpdateManager. register(Updater updater, UpdateType type, UpdateMethod method, int priority)Call once for each type/method pair.voidConsoleUpdateManager. unregister(Checker updater, UpdateType type, UpdateMethod method)voidConsoleUpdateManager. unregister(Updater updater, UpdateType type, UpdateMethod method)UpdateTaskDevSU3UpdateHandler. update(UpdateType type, UpdateMethod method, List<URI> updateSources, String id, String newVersion, long maxTime)Start a download and return a handle to the download task.UpdateTaskDummyHandler. update(UpdateType type, UpdateMethod method, List<URI> updateSources, String id, String newVersion, long maxTime)Spins off an UpdateTask that sleepsUpdateTaskPluginUpdateHandler. update(UpdateType type, UpdateMethod method, List<URI> updateSources, String appName, String newVersion, long maxTime)download a single pluginUpdateTaskUnsignedUpdateHandler. update(UpdateType type, UpdateMethod method, List<URI> updateSources, String id, String newVersion, long maxTime)Start a download and return a handle to the download task.UpdateTaskUpdateHandler. update(UpdateType type, UpdateMethod method, List<URI> updateSources, String id, String newVersion, long maxTime)Start a download and return a handle to the download task.Method parameters in net.i2p.router.update with type arguments of type UpdateMethod Modifier and Type Method Description booleanConsoleUpdateManager. notifyVersionAvailable(UpdateTask task, URI newsSource, UpdateType type, String id, Map<UpdateMethod,List<URI>> sourceMap, String newVersion, String minVersion)Called by the Checker, either after check() was called, or it found out on its own.Constructors in net.i2p.router.update with parameters of type UpdateMethod Constructor Description UpdateRunner(RouterContext ctx, ConsoleUpdateManager mgr, UpdateType type, UpdateMethod method, List<URI> uris)Uses router version for partial checksUpdateRunner(RouterContext ctx, ConsoleUpdateManager mgr, UpdateType type, UpdateMethod method, List<URI> uris, String currentVersion) -
Uses of UpdateMethod in net.i2p.update
Methods in net.i2p.update that return UpdateMethod Modifier and Type Method Description UpdateMethodUpdateTask. getMethod()static UpdateMethodUpdateMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateMethod[]UpdateMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.i2p.update with parameters of type UpdateMethod Modifier and Type Method Description UpdateTaskChecker. check(UpdateType type, UpdateMethod method, String id, String currentVersion, long maxTime)Check for updates.booleanUpdateManager. notifyVersionAvailable(UpdateTask task, URI newsSource, UpdateType type, String id, UpdateMethod method, List<URI> updateSources, String newVersion, String minVersion)Called by the Checker, either after check() was called, or it found out on its own.voidUpdateManager. register(Checker checker, UpdateType type, UpdateMethod method, int priority)voidUpdateManager. register(Updater updater, UpdateType type, UpdateMethod method, int priority)Call once for each type/method pair.voidUpdateManager. unregister(Checker checker, UpdateType type, UpdateMethod method)voidUpdateManager. unregister(Updater updater, UpdateType type, UpdateMethod method)UpdateTaskUpdater. update(UpdateType type, UpdateMethod method, List<URI> updateSources, String id, String newVersion, long maxTime)Start a download and return a handle to the download task.Method parameters in net.i2p.update with type arguments of type UpdateMethod Modifier and Type Method Description booleanUpdateManager. notifyVersionAvailable(UpdateTask task, URI newsSource, UpdateType type, String id, Map<UpdateMethod,List<URI>> sourceMap, String newVersion, String minVersion)Called by the Checker, either after check() was called, or it found out on its own. -
Uses of UpdateMethod in org.klomp.snark
Methods in org.klomp.snark that return UpdateMethod Modifier and Type Method Description UpdateMethodUpdateRunner. getMethod()Methods in org.klomp.snark with parameters of type UpdateMethod Modifier and Type Method Description UpdateTaskUpdateHandler. update(UpdateType type, UpdateMethod method, List<URI> updateSources, String id, String newVersion, long maxTime)Start a download and return a handle to the download task.