Package org.eclipse.osgi.container
Class ModuleCapability
java.lang.Object
org.eclipse.osgi.container.ModuleCapability
- All Implemented Interfaces:
BundleCapability
,Capability
An implementation of
BundleCapability
.- Since:
- 3.10
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTransientAttrs
(Map<String, ?> transientAttrs) Only used by the system module for setting transient attributes associated with theosgi.native
namespace.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.osgi.resource.Capability
equals, hashCode
-
Method Details
-
getRevision
- Specified by:
getRevision
in interfaceBundleCapability
-
getNamespace
- Specified by:
getNamespace
in interfaceBundleCapability
- Specified by:
getNamespace
in interfaceCapability
-
getDirectives
- Specified by:
getDirectives
in interfaceBundleCapability
- Specified by:
getDirectives
in interfaceCapability
-
getAttributes
- Specified by:
getAttributes
in interfaceBundleCapability
- Specified by:
getAttributes
in interfaceCapability
-
setTransientAttrs
Only used by the system module for setting transient attributes associated with theosgi.native
namespace. -
getResource
- Specified by:
getResource
in interfaceBundleCapability
- Specified by:
getResource
in interfaceCapability
-
toString
-