|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.uri.NamespacePath
public class NamespacePath
namespacePath = [namespaceType ":"] namespaceHandle
namespaceType = ("http" ["s"]) / ("cimxml.wbem" ["s"])
| Constructor Summary | |
|---|---|
|
NamespacePath(String pNamespaceName)
Constructs a NamespacePath with namespace name only. |
protected |
NamespacePath(String pNamespaceType,
NamespaceHandle pNamespaceHandle)
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected NamespacePath(String pNamespaceType,
NamespaceHandle pNamespaceHandle)
public NamespacePath(String pNamespaceName)
pNamespaceName - | Method Detail |
|---|
public static NamespacePath parse(URIString pUriStr)
uriStr.
pUriStr -
NamespacePath instance or null if
failed.public String toString()
toString in class ObjectObject.toString()public String getNamespaceType()
public String getNamespaceName()
public String getUserInfo()
public String getHost()
public String getPort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||