Uses of Interface
net.i2p.update.UpdatePostProcessor
-
Packages that use UpdatePostProcessor 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. -
-
Uses of UpdatePostProcessor in net.i2p.router.update
Methods in net.i2p.router.update with parameters of type UpdatePostProcessor Modifier and Type Method Description void
ConsoleUpdateManager. register(UpdatePostProcessor upp, UpdateType type, int fileType)
Register a post-processor for this UpdateType and SU3File file type. -
Uses of UpdatePostProcessor in net.i2p.update
Methods in net.i2p.update with parameters of type UpdatePostProcessor Modifier and Type Method Description void
UpdateManager. register(UpdatePostProcessor upp, UpdateType type, int fileType)
Register a post-processor for this UpdateType and SU3File file type.
-