Package net.i2p.router.update
Class DummyHandler
- java.lang.Object
-
- net.i2p.router.update.DummyHandler
-
-
Constructor Summary
Constructors Constructor Description DummyHandler(RouterContext ctx, ConsoleUpdateManager mgr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTask
check(UpdateType type, UpdateMethod method, String id, String currentVersion, long maxTime)
Spins off an UpdateTask that sleepsUpdateTask
update(UpdateType type, UpdateMethod method, List<URI> updateSources, String id, String newVersion, long maxTime)
Spins off an UpdateTask that sleeps
-
-
-
Constructor Detail
-
DummyHandler
public DummyHandler(RouterContext ctx, ConsoleUpdateManager mgr)
-
-
Method Detail
-
check
public UpdateTask check(UpdateType type, UpdateMethod method, String id, String currentVersion, long maxTime)
Spins off an UpdateTask that sleeps
-
update
public UpdateTask update(UpdateType type, UpdateMethod method, List<URI> updateSources, String id, String newVersion, long maxTime)
Spins off an UpdateTask that sleeps
-
-