Package | Description |
---|---|
org.sblim.cimclient.internal.uri |
Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure
Specification.
|
Modifier and Type | Method | Description |
---|---|---|
URI |
ReferenceValue.getRef() |
getRef
|
static URI |
URI.parse(java.lang.String pUri) |
parse
|
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
|
Constructor | Description |
---|---|
ReferenceValue(URI pRef) |
Ctor.
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.