PluginUpdater

public abstract class PluginUpdater

Utility class for checking plugin versions.

Functions

Link copied to clipboard
public CheckResult check(SkyPlugin plugin)
Check if there is a new update.
Link copied to clipboard
public abstract String parse(JsonObject object)
Parse the returned JsonObject into the latest version.
Link copied to clipboard
Get the updater platform.
Link copied to clipboard
public int pluginId()
Get the plugin id for the platform.

Inheritors

Link copied to clipboard
Link copied to clipboard