|
||||||||||
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 java.lang.String |
getBuildDate()
Gets the build date |
static java.lang.String |
getBuildTime()
Gets the build time |
static java.lang.String |
getCopyright()
Gets the copyright statement |
static java.lang.String |
getProductName()
Gets the product name |
static java.lang.String |
getVersion()
Gets the version |
static void |
main(java.lang.String[] args)
main |
java.lang.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 java.lang.String getBuildDate()
public static java.lang.String getBuildTime()
public static java.lang.String getCopyright()
public static java.lang.String getProductName()
public static java.lang.String getVersion()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |