Uses of Class
org.sblim.cimclient.internal.uri.URI
-
Packages that use URI Package Description org.sblim.cimclient.internal.uri Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure Specification. -
-
Uses of URI in org.sblim.cimclient.internal.uri
Methods in org.sblim.cimclient.internal.uri that return URI Modifier and Type Method Description URIReferenceValue. getRef()getRefstatic URIURI. parse(java.lang.String pUri)parsestatic URIURI. 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_pairsConstructors in org.sblim.cimclient.internal.uri with parameters of type URI Constructor Description ReferenceValue(URI pRef)Ctor.
-