|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.cim.CIMVersion
public class CIMVersion
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 |
---|
public CIMVersion()
Method Detail |
---|
public static String getBuildDate()
public static String getBuildTime()
public static String getCopyright()
public static String getProductName()
public static String getVersion()
public String toString()
toString
in class Object
Object.toString()
public static void main(String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |