Class CIMVersion

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

public class CIMVersion extends java.lang.Object
Class CIMVersion is responsible for providing the exact version number, product name, etc. of the Java CIM Client
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static java.lang.String
    Gets the build date
    static java.lang.String
    Gets the build time
    static java.lang.String
    Gets the copyright statement
    static java.lang.String
    Gets the product name
    static java.lang.String
    Gets the version
    static void
    main(java.lang.String[] args)
    main
    java.lang.String
    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CIMVersion

      public CIMVersion()
  • Method Details

    • getBuildDate

      public static java.lang.String getBuildDate()
      Gets the build date
      Returns:
      The build date
    • getBuildTime

      public static java.lang.String getBuildTime()
      Gets the build time
      Returns:
      The build time
    • getCopyright

      public static java.lang.String getCopyright()
      Gets the copyright statement
      Returns:
      THe copyright
    • getProductName

      public static java.lang.String getProductName()
      Gets the product name
      Returns:
      The product name
    • getVersion

      public static java.lang.String getVersion()
      Gets the version
      Returns:
      The version
    • toString

      public java.lang.String toString()
      toString
      Overrides:
      toString in class java.lang.Object
      See Also:
      • Object.toString()
    • main

      public static void main(java.lang.String[] args)
      main
      Parameters:
      args -