public class CIMVersion
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Gets the copyright statement
static void
-
Constructor Details
-
CIMVersion
public CIMVersion()
-
Method Details
-
getBuildDate
public static String getBuildDate()
Gets the build date
- Returns:
- The build date
-
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)