Uses of Class
org.sblim.cimclient.internal.uri.NamespacePath
-
Packages that use NamespacePath Package Description org.sblim.cimclient.internal.uri Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure Specification. -
-
Uses of NamespacePath in org.sblim.cimclient.internal.uri
Methods in org.sblim.cimclient.internal.uri that return NamespacePath Modifier and Type Method Description static NamespacePath
NamespacePath. parse(URIString pUriStr)
Tries to parse a namespace path from the passeduriStr
.
-