Package com.logicaldoc.enterprise
Class VersionCheckUtil
java.lang.Object
com.logicaldoc.enterprise.VersionCheckUtil
Utility class to check the status of the current version
- Since:
- 8.7.1
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier and TypeMethodDescriptionstatic Properties
checkVersion
(String userNo, String currentRelease) Checks the details of a versionstatic String
-
Method Details
-
getBaseUrl
-
checkVersion
Checks the details of a version- Parameters:
userNo
- UserNo of the licensecurrentRelease
- The current release- Returns:
- A fieldsMap with the license details
- Throws:
IOException
- in case the version was not found
-