Uses of Package
me.croabeast.common.updater

Packages that use me.croabeast.common.updater
Package
Description
 
  • Class
    Description
    Platforms supported by an update checker, each with its API URL template.
    Possible outcomes of an update check, describing why no update may be available or why an error occurred.
    Checks for plugin updates on supported platforms by querying their respective APIs, parsing the returned JSON, and comparing the latest remote version against the currently installed version.
    Represents the outcome of an update check, encapsulating the comparison result between the locally installed plugin version and the fetched remote version.
    Interface defining a strategy to compare two version strings and return the "greater" (more recent) of the two, or null if comparison is not possible under the scheme.