Class NamespacePath
java.lang.Object
org.sblim.cimclient.internal.uri.NamespacePath
namespacePath = [namespaceType ":"] namespaceHandle namespaceType = ("http" ["s"]) / ("cimxml.wbem" ["s"])
-
Constructor Summary
ConstructorsModifierConstructorDescriptionNamespacePath
(String pNamespaceName) Constructs a NamespacePath with namespace name only.protected
NamespacePath
(String pNamespaceType, NamespaceHandle pNamespaceHandle) -
Method Summary
Modifier and TypeMethodDescriptiongetHost()
getHostgetNamespaceNamegetNamespaceTypegetPort()
getPortgetUserInfostatic NamespacePath
Tries to parse a namespace path from the passeduriStr
.toString()
-
Constructor Details
-
NamespacePath
-
NamespacePath
Constructs a NamespacePath with namespace name only.- Parameters:
pNamespaceName
-
-
-
Method Details
-
parse
Tries to parse a namespace path from the passeduriStr
.- Parameters:
pUriStr
-- Returns:
NamespacePath
instance ornull
if failed.
-
toString
-
getNamespaceType
-
getNamespaceName
-
getUserInfo
-
getHost
-
getPort
-