org.sblim.cimclient.internal.uri
public class KeyValuePairs extends Vector
| Method Summary | |
|---|---|
| static KeyValuePairs | parse(boolean pTyped, URIString pUriStr)
Tries to parse the key-value pairs from the passed pUriStr.
|
| String | toString() |
pUriStr.
Parameters: pTyped pUriStr
Returns: instance of UntypedKeyValuePairs or
null if failed.
Throws: IllegalArgumentException
See Also: java.util.Vector#toString()