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