Class UpdateInfo

java.lang.Object
com.ultikits.ultitools.entities.UpdateInfo

public class UpdateInfo extends Object
Holds update information for a single plugin or the framework.
保存单个插件或框架的更新信息。
Since:
6.2.0
  • Field Details

    • pluginName

      private String pluginName
    • identifyString

      private String identifyString
    • currentVersion

      private String currentVersion
    • latestVersion

      private String latestVersion
  • Constructor Details

    • UpdateInfo

      public UpdateInfo()