Class WbemCimDataHandler

java.lang.Object
org.metricshub.wbem.client.WbemCimDataHandler

public class WbemCimDataHandler extends Object
Handler for CIMProperty conversion to string.
  • Field Details

  • Method Details

    • getCimPropertyAsString

      public static String getCimPropertyAsString(String property, org.metricshub.wbem.javax.cim.CIMInstance cimInstance, String arraySeparator)
      Get the value of the CIM property.
      Parameters:
      property - The property name.
      cimInstance - The CIM instance.
      arraySeparator - The array separator value. default value '|'
      Returns: