|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URIString | |
---|---|
org.sblim.cimclient.internal.uri | 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 URIString | |
---|---|
URIString |
URIString.deepCopy()
deepCopy |
Methods in org.sblim.cimclient.internal.uri with parameters of type URIString | |
---|---|
static KeyValuePair |
KeyValuePair.parse(boolean pTyped,
URIString pUriStr)
Tries to get an KeyValuePair from the passed
pUriStr . |
static KeyValuePairs |
KeyValuePairs.parse(boolean pTyped,
URIString pUriStr)
Tries to parse the key-value pairs from the passed pUriStr . |
static Value |
Value.parse(boolean pTyped,
URIString pUriStr)
Factory method which tries to parse an untyped value. |
static Value |
IntegerValue.parse(URIString pUriStr)
Parses an untyped integer value. |
static Authority |
Authority.parse(URIString pUriStr)
Parses userInfo, host and port |
static Value |
StringValue.parse(URIString pUriStr)
Factory method for parsing quoted strings. |
static Value |
RealValue.parse(URIString pUriStr)
Parses a RealValue as a double precision value. |
static Value |
BooleanValue.parse(URIString pUriStr)
Parses an untyped boolean value. |
static Value |
CharValue.parse(URIString pUriStr)
Parses a char16 value. |
static NamespaceHandle |
NamespaceHandle.parse(URIString pUriStr)
Factory method which tries to build a NamespaceHandle from
the passed pUriStr |
static NamespacePath |
NamespacePath.parse(URIString pUriStr)
Tries to parse a namespace path from the passed uriStr . |
static Value |
BooleanValue.parse(URIString pUriStr,
boolean pThrow)
parse |
static Value |
CharValue.parse(URIString pUriStr,
boolean pThrow)
charValue = // example: 'a' '\x32' |
static Value |
RealValue.parseDouble(URIString pUriStr)
parseDouble |
static Value |
RealValue.parseFloat(URIString pUriStr)
parseFloat |
static String |
NamespaceHandle.parseNamespaceName(URIString pUriStr)
IDENTIFIER *("/"IDENTIFIER) |
static URI |
URI.parseRef(URIString pUriStr,
boolean pTyped)
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_pairs |
static Value |
IntegerValue.parseSigned(URIString pUriStr,
int pBitWidth)
parseSigned |
static Value |
IntegerValue.parseUnsigned(URIString pUriStr,
int pBitWidth)
parseUnsigned |
void |
URIString.set(URIString pUriStr)
set |
Constructors in org.sblim.cimclient.internal.uri with parameters of type URIString | |
---|---|
URIString(URIString pUriStr)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |