org.sblim.cimclient.internal.uri

Class KeyValuePairs

public class KeyValuePairs extends Vector

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.
StringtoString()

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

toString

public String toString()

See Also: java.util.Vector#toString()

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