Class ProductInfo


  • public class ProductInfo
    extends java.lang.Object
    Class providing an access to the product info. productinfo.properties will be generated during the build
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FULL_VERSION
      Full version of the product, including build number and date of creation
      static java.lang.String VERSION
      Version of the product in the short format, like 5.0
    • Constructor Summary

      Constructors 
      Constructor Description
      ProductInfo()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getProperty​(java.lang.String propName)
      Returns the value of the specified property
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VERSION

        public static final java.lang.String VERSION
        Version of the product in the short format, like 5.0
      • FULL_VERSION

        public static final java.lang.String FULL_VERSION
        Full version of the product, including build number and date of creation
    • Constructor Detail

      • ProductInfo

        public ProductInfo()
    • Method Detail

      • getProperty

        public static java.lang.String getProperty​(java.lang.String propName)
        Returns the value of the specified property