Class ProductPropertiesUtil


  • public class ProductPropertiesUtil
    extends java.lang.Object
    Provides product information data loaded from a *.properties file.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getProductVersion()  
      • Methods inherited from class java.lang.Object

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

      • PROPERTIES_FILE_PATH

        protected static final java.lang.String PROPERTIES_FILE_PATH
        See Also:
        Constant Field Values
      • VERSION_PROPERTY

        protected static final java.lang.String VERSION_PROPERTY
        See Also:
        Constant Field Values
      • INSTANCE

        protected static final java.util.Properties INSTANCE
    • Constructor Detail

      • ProductPropertiesUtil

        protected ProductPropertiesUtil()
    • Method Detail

      • getProductVersion

        public static java.lang.String getProductVersion()
        Returns:
        the current version of the product (e.g. 7.15.0-SNAPSHOT)