Package com.ultikits.ultitools.utils
Class VersionUtils
java.lang.Object
com.ultikits.ultitools.utils.VersionUtils
Utility class for version checking and comparison operations.
Provides methods to check for plugin updates and compare semantic versions.
版本检查和比较操作的实用工具类。 提供检查插件更新和比较语义版本的方法。
版本检查和比较操作的实用工具类。 提供检查插件更新和比较语义版本的方法。
- Since:
- 6.0.0
- Author:
- wisdomme
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGet the newest version of UltiTools from the remote API.
-
Constructor Details
-
VersionUtils
public VersionUtils()
-
-
Method Details
-
getUltiToolsNewestVersion
Get the newest version of UltiTools from the remote API.
从远程API获取UltiTools的最新版本。- Returns:
- the newest UltiTools version string
UltiTools最新版本字符串
-