Package org.sblim.cimclient.internal.uri
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.protectedNamespacePath(String pNamespaceType, NamespaceHandle pNamespaceHandle) -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getHostgetNamespaceNamegetNamespaceTypegetPort()getPortgetUserInfostatic NamespacePathTries 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:
NamespacePathinstance ornullif failed.
-
toString
-
getNamespaceType
getNamespaceType- Returns:
- the namespace type String
-
getNamespaceName
getNamespaceName- Returns:
- the namespace name String
-
getUserInfo
getUserInfo- Returns:
- String
-
getHost
getHost- Returns:
- String
-
getPort
getPort- Returns:
- String
-