|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.uri.NamespaceHandle
public class NamespaceHandle
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NamespaceHandle(String pNamespaceName)
pNamespaceName - | Method Detail |
|---|
public static NamespaceHandle parse(URIString pUriStr)
NamespaceHandle from
the passed pUriStr
pUriStr -
NamespaceHandle or null in case of
failurepublic String toString()
toString in class ObjectObject.toString()public String getName()
public String getUserInfo()
public String getHost()
public String getPort()
public static String parseNamespaceName(URIString pUriStr)
IDENTIFIER *("/"IDENTIFIER)
pUriStr -
String containing the namespace name or
null if failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||