com.ibm.dbb.build

Class VersionInfo

  • java.lang.Object
    • com.ibm.dbb.build.VersionInfo


  • public class VersionInfo
    extends java.lang.Object
    The VersionInfo class contains strings that describe the toolkit version and build date.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getBuild()
      Retrieve the build number of the toolkit
      java.lang.String getDate()
      Retrieve the date the toolkit was built
      static VersionInfo getInstance()
      Retrieve an instance of VersionInfo
      java.lang.String getVersion()
      Retrieve the version of the toolkit
      static void staticReset() 
      • Methods inherited from class java.lang.Object

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

      • getInstance

        public static VersionInfo getInstance()
        Retrieve an instance of VersionInfo
        Returns:
        the instance of VersionInfo
      • staticReset

        public static void staticReset()
      • getVersion

        public java.lang.String getVersion()
        Retrieve the version of the toolkit
        Returns:
        the version of the toolkit
      • getBuild

        public java.lang.String getBuild()
        Retrieve the build number of the toolkit
        Returns:
        the build number of the toolkit
      • getDate

        public java.lang.String getDate()
        Retrieve the date the toolkit was built
        Returns:
        the date the toolkit was built

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.