|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
QuotedValue | This interface have to be implemented by those key value types which might be printed in a quoted form. |
Class Summary | |
---|---|
Authority |
[ userinfo "@" ] host [ ":" port ] |
BooleanValue | Class BooleanValue parses and encapsulates a boolean value. |
CharValue | Class CharValue parses character value. |
DateTimeValue | Class DateTimeValue is parses and encapsulates a datetime. |
IntegerValue | Class IntegerValue parses and encapsulates an integer value. |
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"]) |
RealValue | Class RealValue parses and encapsulates real values. |
ReferenceValue | Class UntypedReferenceValue encapsulates an untyped reference value. |
StringValue | Class UntypedStringValue parses an untyped string value. |
Test | Class Test is responsible for testing the WBEM-URI String parsing. |
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. |
Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure Specification. For more information on CIM, see http://www.dmtf.org/. The classes and interfaces herein are for internal use of the SBLIM Client for Java only and might therefore be modified or removed without notice.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |