public class R_OSGiWSNamespace extends R_OSGiNamespace
Modifier and Type | Field and Description |
---|---|
static String |
NAME_WS |
NAME, NAMESPACE_SCHEME
SCHEME_SEPARATOR
Constructor and Description |
---|
R_OSGiWSNamespace()
constructor.
|
Modifier and Type | Method and Description |
---|---|
ID |
createInstance(Object[] parameters)
create a new ID within this namespace.
|
static Namespace |
getDefault()
get the singleton instance of this namespace.
|
String |
getScheme()
get the scheme of this namespace.
|
String[] |
getSupportedSchemes()
get all supported schemes.
|
getSupportedParameterTypes
equals, getAdapter, getCompareToForObject, getDescription, getHashCodeForID, getInitStringFromExternalForm, getName, getNameForID, hashCode, initialize, testIDEquals, toExternalForm, toString
public static final String NAME_WS
public static Namespace getDefault()
public ID createInstance(Object[] parameters) throws IDCreateException
createInstance
in class R_OSGiNamespace
parameters
- the parameter to pass to the ID.IDCreateException
- if the creation fails.Namespace.createInstance(java.lang.Object[])
public String getScheme()
getScheme
in class R_OSGiNamespace
Namespace.getScheme()
public String[] getSupportedSchemes()
getSupportedSchemes
in class R_OSGiNamespace
Namespace.getSupportedSchemes()
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.