org.sblim.cimclient.internal.uri

Class KeyValuePairs

public class KeyValuePairs extends Vector<Object>

key_value_pair *("," key_value_pair)
Method Summary
static KeyValuePairsparse(boolean pTyped, URIString pUriStr)
Tries to parse the key-value pairs from the passed pUriStr.

Method Detail

parse

public static KeyValuePairs parse(boolean pTyped, URIString pUriStr)
Tries to parse the key-value pairs from the passed pUriStr.

Parameters: pTyped pUriStr

Returns: instance of UntypedKeyValuePairs or null if failed.

Throws: IllegalArgumentException

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.