org.sblim.cimclient.internal.uri
public class NamespaceHandle extends Object
namespaceHandle = ["//" authority] "/" [namespaceName] namespaceName = IDENTIFIER *("/"IDENTIFIER)
Constructor Summary | |
---|---|
NamespaceHandle(String pNamespaceName)
Constructs a NamespaceHandle with namespace name only.
|
Method Summary | |
---|---|
String | getHost()
getHost
|
String | getName()
getName
|
String | getPort()
getPort
|
String | getUserInfo()
getUserInfo
|
static NamespaceHandle | parse(URIString pUriStr)
Factory method which tries to build a NamespaceHandle from
the passed pUriStr
|
static String | parseNamespaceName(URIString pUriStr)IDENTIFIER *("/"IDENTIFIER)
|
String | toString() |
Parameters: pNamespaceName
Returns: String
Returns: String
Returns: String
Returns: String
NamespaceHandle
from
the passed pUriStr
Parameters: pUriStr
Returns: a NamespaceHandle
or null
in case
of failure
IDENTIFIER *("/"IDENTIFIER)
Parameters: pUriStr
Returns: String
containing the namespace name or
null
if failed.
See Also: java.lang.Object#toString()