Package 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 Description java.lang.String
getBuild()
Retrieve the build number of the toolkitjava.lang.String
getDate()
Retrieve the date the toolkit was builtstatic VersionInfo
getInstance()
Retrieve an instance of VersionInfojava.lang.String
getVersion()
Retrieve the version of the toolkitstatic void
staticReset()
java.lang.String
toString()
void
validateInstall()
Validate this DBB Toolkit installation.
-
-
-
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 classjava.lang.Object
-
-