Package org.metricshub.wbem.client
Class WbemCimDataHandler
java.lang.Object
org.metricshub.wbem.client.WbemCimDataHandler
Handler for CIMProperty conversion to string.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCimPropertyAsString
(String property, org.metricshub.wbem.javax.cim.CIMInstance cimInstance, String arraySeparator) Get the value of the CIM property.
-
Field Details
-
PATH_PROPERTY
- See Also:
-
-
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:
-