mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Update manager: Notify GeoIP type and file version
This commit is contained in:
@@ -230,6 +230,15 @@ public interface UpdateManager {
|
||||
*/
|
||||
public String getStatus();
|
||||
|
||||
/**
|
||||
* Tell the UpdateManager that a version is already installed.
|
||||
*
|
||||
* @param id subtype for plugins, or ""
|
||||
* @param version null to remove from installed
|
||||
* @since 0.9.45
|
||||
*/
|
||||
public void notifyInstalled(UpdateType type, String id, String version);
|
||||
|
||||
/**
|
||||
* For debugging
|
||||
*/
|
||||
|
||||
@@ -12,7 +12,6 @@ public enum UpdateType {
|
||||
ROUTER_SIGNED,
|
||||
ROUTER_UNSIGNED,
|
||||
PLUGIN,
|
||||
/** unused */
|
||||
GEOIP,
|
||||
BLOCKLIST,
|
||||
/** unused */
|
||||
|
||||
Reference in New Issue
Block a user