Package org.sblim.cimclient.internal.uri
Class KeyValuePair
java.lang.Object
org.sblim.cimclient.internal.uri.KeyValuePair
key_name "=" key_value
-
Method Summary
-
Method Details
-
parse
Tries to get anKeyValuePairfrom the passedpUriStr.- Parameters:
pTyped-pUriStr-- Returns:
- an
KeyValuePairornullif failed. - Throws:
IllegalArgumentException
-
toString
-
getKey
getKey- Returns:
- the key String
-
getValue
getValue- Returns:
- the value String
-