|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.sblim.cimclient.internal.uri | |
---|---|
org.sblim.cimclient.internal.uri | Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure Specification. |
Classes in org.sblim.cimclient.internal.uri used by org.sblim.cimclient.internal.uri | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |