Class BundleCapabilityImpl
java.lang.Object
org.apache.felix.framework.wiring.BundleCapabilityImpl
- All Implemented Interfaces:
BundleCapability
,Capability
- Direct Known Subclasses:
WrappedCapability
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBundleCapabilityImpl
(BundleRevision revision, String namespace, Map<String, String> dirs, Map<String, Object> attrs) -
Method Summary
Modifier and TypeMethodDescriptionReturns the attributes of this capability.Returns the directives of this capability.Returns the namespace of this capability.Returns the resource declaring this capability.Returns the bundle revision declaring this capability.getUses()
boolean
isAttributeMandatory
(String name) boolean
isIncluded
(String name) 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
-
Field Details
-
VERSION_ATTR
- See Also:
-
-
Constructor Details
-
BundleCapabilityImpl
-
-
Method Details
-
getResource
Description copied from interface:BundleCapability
Returns the resource declaring this capability.This method returns the same value as
BundleCapability.getRevision()
.- Specified by:
getResource
in interfaceBundleCapability
- Specified by:
getResource
in interfaceCapability
- Returns:
- The resource declaring this capability.
-
getRevision
Description copied from interface:BundleCapability
Returns the bundle revision declaring this capability.- Specified by:
getRevision
in interfaceBundleCapability
- Returns:
- The bundle revision declaring this capability.
-
getNamespace
Description copied from interface:BundleCapability
Returns the namespace of this capability.- Specified by:
getNamespace
in interfaceBundleCapability
- Specified by:
getNamespace
in interfaceCapability
- Returns:
- The namespace of this capability.
-
getDirectives
Description copied from interface:BundleCapability
Returns the directives of this capability.All capability directives not specified by the
wiring namespaces
have no specified semantics and are considered extra user defined information.- Specified by:
getDirectives
in interfaceBundleCapability
- Specified by:
getDirectives
in interfaceCapability
- Returns:
- An unmodifiable map of directive names to directive values for this capability, or an empty map if this capability has no directives.
-
getAttributes
Description copied from interface:BundleCapability
Returns the attributes of this capability.- Specified by:
getAttributes
in interfaceBundleCapability
- Specified by:
getAttributes
in interfaceCapability
- Returns:
- An unmodifiable map of attribute names to attribute values for this capability, or an empty map if this capability has no attributes.
-
isAttributeMandatory
-
getUses
-
isIncluded
-
toString
-