Package | Description |
---|---|
org.sblim.cimclient.internal.uri |
Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure
Specification.
|
Class | Description |
---|---|
Authority |
[ userinfo "@" ] host [ ":" port ] |
KeyValuePair |
key_name "=" key_value
|
KeyValuePairs |
key_value_pair *("," key_value_pair)
|
NamespaceHandle |
namespaceHandle = ["//" authority] "/" [namespaceName]
namespaceName = IDENTIFIER *("/"IDENTIFIER)
|
NamespacePath |
namespacePath = [namespaceType ":"] namespaceHandle
namespaceType = ("http" ["s"]) / ("cimxml.wbem" ["s"])
|
QuotedValue |
This interface have to be implemented by those key value types which might be
printed in a quoted form.
|
URI |
untypedNamespacePath = namespacePath
untypedClassPath = namespacePath ":" className
untypedInstancePath = namespacePath ":" className "." key_value_pairs
typedNamespacePath = namespacePath "/(namespace)"
typedClassPath = namespacePath "/(class)" className
typedInstancePath = namespacePath "/(instance)" className "." typed_key_value_pairs
|
URIString |
Class URIString is responsible for wrapping the WBEM-URI string.
|
Value |
This class is responsible for parsing key values.
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.