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 Authority
Parses userInfo, host and portstatic Value
Parses an untyped boolean value.static Value
parsestatic Value
Parses a char16 value.static Value
charValue = // example: 'a' '\x32'static Value
Parses an untyped integer value.static KeyValuePair
Tries to get anKeyValuePair
from the passedpUriStr
.static KeyValuePairs
Tries to parse the key-value pairs from the passedpUriStr
.static NamespaceHandle
Factory method which tries to build aNamespaceHandle
from the passedpUriStr
static NamespacePath
Tries to parse a namespace path from the passeduriStr
.static Value
Parses a RealValue as a double precision value.static Value
Factory method for parsing quoted strings.static Value
Factory method which tries to parse an untyped value.static Value
RealValue.parseDouble
(URIString pUriStr) parseDoublestatic Value
RealValue.parseFloat
(URIString pUriStr) parseFloatstatic String
NamespaceHandle.parseNamespaceName
(URIString pUriStr) IDENTIFIER *("/"IDENTIFIER)
static URI
referenceValue = [ 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 Value
IntegerValue.parseSigned
(URIString pUriStr, int pBitWidth) parseSignedstatic Value
IntegerValue.parseUnsigned
(URIString pUriStr, int pBitWidth) parseUnsignedvoid
setConstructors in org.sblim.cimclient.internal.uri with parameters of type URIString