Class R_OSGiWSNamespace
java.lang.Object
org.eclipse.ecf.core.identity.Namespace
org.eclipse.ecf.provider.r_osgi.identity.R_OSGiNamespace
org.eclipse.ecf.provider.r_osgi.identity.R_OSGiWSNamespace
- All Implemented Interfaces:
Serializable
,org.eclipse.core.runtime.IAdaptable
- Since:
- 3.5
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.ecf.provider.r_osgi.identity.R_OSGiNamespace
NAME, NAMESPACE_SCHEME
Fields inherited from class org.eclipse.ecf.core.identity.Namespace
SCHEME_SEPARATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateInstance
(Object[] parameters) create a new ID within this namespace.static Namespace
get the singleton instance of this namespace.get the scheme of this namespace.String[]
get all supported schemes.Methods inherited from class org.eclipse.ecf.provider.r_osgi.identity.R_OSGiNamespace
getSupportedParameterTypes
Methods inherited from class org.eclipse.ecf.core.identity.Namespace
equals, getAdapter, getCompareToForObject, getDescription, getHashCodeForID, getInitStringFromExternalForm, getName, getNameForID, hashCode, initialize, testIDEquals, toExternalForm, toString
-
Field Details
-
NAME_WS
- See Also:
-
-
Constructor Details
-
R_OSGiWSNamespace
public R_OSGiWSNamespace()constructor.
-
-
Method Details
-
getDefault
get the singleton instance of this namespace.- Returns:
- the instance.
-
createInstance
create a new ID within this namespace.- Overrides:
createInstance
in classR_OSGiNamespace
- Parameters:
parameters
- the parameter to pass to the ID.- Returns:
- the new ID
- Throws:
IDCreateException
- if the creation fails.- See Also:
-
getScheme
get the scheme of this namespace.- Overrides:
getScheme
in classR_OSGiNamespace
- Returns:
- the scheme.
- See Also:
-
getSupportedSchemes
get all supported schemes.- Overrides:
getSupportedSchemes
in classR_OSGiNamespace
- Returns:
- an array of supported schemes.
- See Also:
-