org.sblim.cimclient.internal.uri
public class NamespacePath extends Object
namespacePath = [namespaceType ":"] namespaceHandle namespaceType = ("http" ["s"]) / ("cimxml.wbem" ["s"])
Modifier | Constructor and Description |
---|---|
|
NamespacePath(String pNamespaceName)
Constructs a NamespacePath with namespace name only.
|
protected |
NamespacePath(String pNamespaceType,
NamespaceHandle pNamespaceHandle) |
Modifier and Type | Method and Description |
---|---|
String |
getHost()
getHost
|
String |
getNamespaceName()
getNamespaceName
|
String |
getNamespaceType()
getNamespaceType
|
String |
getPort()
getPort
|
String |
getUserInfo()
getUserInfo
|
static NamespacePath |
parse(URIString pUriStr)
Tries to parse a namespace path from the passed
uriStr . |
String |
toString() |
protected NamespacePath(String pNamespaceType, NamespaceHandle pNamespaceHandle)
public NamespacePath(String pNamespaceName)
pNamespaceName
- public static NamespacePath parse(URIString pUriStr)
uriStr
.pUriStr
- NamespacePath
instance or null
if
failed.public String toString()
toString
in class Object
Object.toString()
public String getNamespaceType()
public String getNamespaceName()
public String getUserInfo()
public String getHost()
public String getPort()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.