Class ProductInformation


  • public final class ProductInformation
    extends Object
    The ProductInformation 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 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()