org.sblim.cimclient.internal.cim

Class CIMVersion

public class CIMVersion extends Object

Class CIMVersion is responsible for providing the exact version number, product name, etc. of the Java CIM Client
Method Summary
static StringgetBuildDate()
Gets the build date
static StringgetBuildTime()
Gets the build time
static StringgetCopyright()
Gets the copyright statement
static StringgetProductName()
Gets the product name
static StringgetVersion()
Gets the version
static voidmain(String[] args)
main

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

main

public static void main(String[] args)
main

Parameters: args

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