Class VersionConfig


  • @Generated("common/common_core/src/templates/VersionConfig.stg")
    public final class VersionConfig
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String API_VERSION
      The api version of PGX
      static java.lang.String BUILD_DATE
      The timestamp at which this PGX version was built
      static java.lang.String COMMIT_HASH
      The commit from which this PGX version was built
      static java.lang.String RELEASE_VERSION
      The release version of PGX
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionConfig()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • COMMIT_HASH

        public static final java.lang.String COMMIT_HASH
        The commit from which this PGX version was built
        See Also:
        Constant Field Values
      • BUILD_DATE

        public static final java.lang.String BUILD_DATE
        The timestamp at which this PGX version was built
        See Also:
        Constant Field Values
      • RELEASE_VERSION

        public static final java.lang.String RELEASE_VERSION
        The release version of PGX
        See Also:
        Constant Field Values
      • API_VERSION

        public static final java.lang.String API_VERSION
        The api version of PGX
        See Also:
        Constant Field Values
    • Constructor Detail

      • VersionConfig

        public VersionConfig()