Uses of Class
org.sblim.cimclient.internal.uri.NamespaceHandle
-
Packages that use NamespaceHandle Package Description org.sblim.cimclient.internal.uri Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure Specification. -
-
Uses of NamespaceHandle in org.sblim.cimclient.internal.uri
Methods in org.sblim.cimclient.internal.uri that return NamespaceHandle Modifier and Type Method Description static NamespaceHandle
NamespaceHandle. parse(URIString pUriStr)
Factory method which tries to build aNamespaceHandle
from the passedpUriStr
Constructors in org.sblim.cimclient.internal.uri with parameters of type NamespaceHandle Constructor Description NamespacePath(java.lang.String pNamespaceType, NamespaceHandle pNamespaceHandle)
-