Class ProductInformation
- java.lang.Object
-
- com.levigo.jadice.server.prodinfo.ProductInformation
-
public final class ProductInformation extends Object
TheProductInformation
class just serves as a means to collect version information from the Jadice system and build informations. There are also some useful convenience methods for formatted version info.- Since:
- 4.1.0.2
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getBetaVersionDescription()
static String
getBetaVersionExpiredDescription()
static String
getDemoLicenseDescription(com.levigo.jadice.document.internal.JadL license)
static String
getInvalidLicenseDescription()
static String
getInvalidLicenseDescriptionShort()
static int
getModLevelOfRelease()
Returns the mod level of this versionstatic int
getPatchLevelOfRelease()
Returns the patch level of this versionstatic String
getProductId()
static String
getRelease()
Returns the release of the version build.static String
getReleaseDate()
Returns the date of version build.static int
getReleaseLevelOfRelease()
Returns the release level of this versionstatic int
getVersionLevelOfRelease()
Returns the version level of this release.static boolean
isBetaVersion()
static boolean
isBetaVersionExpired()
static boolean
isJadiceLicenseValid()
Returns whether jadice license is valid.
-
-
-
Method Detail
-
getProductId
public static String getProductId()
-
getReleaseDate
public static String getReleaseDate()
Returns the date of version build.- Returns:
- String release date
-
getRelease
public static String getRelease()
Returns the release of the version build.- Returns:
- String release tag
-
getVersionLevelOfRelease
public static int getVersionLevelOfRelease()
Returns the version level of this release.- Returns:
- int version level
-
getReleaseLevelOfRelease
public static int getReleaseLevelOfRelease()
Returns the release level of this version- Returns:
- int release level
-
getModLevelOfRelease
public static int getModLevelOfRelease()
Returns the mod level of this version- Returns:
- int version level
-
getPatchLevelOfRelease
public static int getPatchLevelOfRelease()
Returns the patch level of this version- Returns:
- int version level
-
isJadiceLicenseValid
public static boolean isJadiceLicenseValid()
Returns whether jadice license is valid.- Returns:
- boolean
-
getInvalidLicenseDescriptionShort
public static String getInvalidLicenseDescriptionShort()
-
getInvalidLicenseDescription
public static String getInvalidLicenseDescription()
-
getDemoLicenseDescription
public static String getDemoLicenseDescription(com.levigo.jadice.document.internal.JadL license)
-
getBetaVersionDescription
public static String getBetaVersionDescription()
-
getBetaVersionExpiredDescription
public static String getBetaVersionExpiredDescription()
-
isBetaVersion
public static boolean isBetaVersion()
-
isBetaVersionExpired
public static boolean isBetaVersionExpired()
-
-