Package net.i2p.router.update
Class DummyHandler
java.lang.Object
net.i2p.router.update.DummyHandler
Dummy to lock up the updates for a period of time
- Since:
- 0.9.4
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheck
(UpdateType type, UpdateMethod method, String id, String currentVersion, long maxTime) Spins off an UpdateTask that sleepsupdate
(UpdateType type, UpdateMethod method, List<URI> updateSources, String id, String newVersion, long maxTime) Spins off an UpdateTask that sleeps
-
Constructor Details
-
DummyHandler
-
-
Method Details
-
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
-