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 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
      • validateInstall

        public void validateInstall()
        Validate this DBB Toolkit installation.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

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