Uses of Class
org.sblim.cimclient.internal.uri.URIString
Packages that use URIString
Package
Description
Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure
Specification.
-
Uses of URIString in org.sblim.cimclient.internal.uri
Methods in org.sblim.cimclient.internal.uri that return URIStringMethods in org.sblim.cimclient.internal.uri with parameters of type URIStringModifier and TypeMethodDescriptionstatic AuthorityParses userInfo, host and portstatic ValueParses an untyped boolean value.static Valueparsestatic ValueParses a char16 value.static ValuecharValue = // example: 'a' '\x32'static ValueParses an untyped integer value.static KeyValuePairTries to get anKeyValuePairfrom the passedpUriStr.static KeyValuePairsTries to parse the key-value pairs from the passedpUriStr.static NamespaceHandleFactory method which tries to build aNamespaceHandlefrom the passedpUriStrstatic NamespacePathTries to parse a namespace path from the passeduriStr.static ValueParses a RealValue as a double precision value.static ValueFactory method for parsing quoted strings.static ValueFactory method which tries to parse an untyped value.static ValueRealValue.parseDouble(URIString pUriStr) parseDoublestatic ValueRealValue.parseFloat(URIString pUriStr) parseFloatstatic StringNamespaceHandle.parseNamespaceName(URIString pUriStr) IDENTIFIER *("/"IDENTIFIER)static URIreferenceValue = [ namespaceName ":" ] className "." untyped_key_value_pairs typed_reference_value = "(reference)" "\"" typedReferenceValue "\"" // according to Alexander we have to support instance references only typedReferenceValue = [ namespaceName ] "/(instance)" className "." typed_key_value_pairsstatic ValueIntegerValue.parseSigned(URIString pUriStr, int pBitWidth) parseSignedstatic ValueIntegerValue.parseUnsigned(URIString pUriStr, int pBitWidth) parseUnsignedvoidsetConstructors in org.sblim.cimclient.internal.uri with parameters of type URIString