org.sblim.cimclient.internal.cim
Class CIMVersion

java.lang.Object
  extended by org.sblim.cimclient.internal.cim.CIMVersion

public class CIMVersion
extends Object

Class CIMVersion is responsible for providing the exact version number, product name, etc. of the Java CIM Client


Constructor Summary
CIMVersion()
           
 
Method Summary
static String getBuildDate()
          Gets the build date
static String getBuildTime()
          Gets the build time
static String getCopyright()
          Gets the copyright statement
static String getProductName()
          Gets the product name
static String getVersion()
          Gets the version
static void main(String[] args)
          main
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CIMVersion

public CIMVersion()
Method Detail

getBuildDate

public static String getBuildDate()
Gets the build date

Returns:
The build date

getBuildTime

public static String getBuildTime()
Gets the build time

Returns:
The build time

getCopyright

public static String getCopyright()
Gets the copyright statement

Returns:
THe copyright

getProductName

public static String getProductName()
Gets the product name

Returns:
The product name

getVersion

public static String getVersion()
Gets the version

Returns:
The version

toString

public String toString()
toString

Overrides:
toString in class Object
See Also:
Object.toString()

main

public static void main(String[] args)
main

Parameters:
args -


Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.