Package aQute.bnd.osgi.resource
Class CapabilityImpl
- java.lang.Object
-
- aQute.bnd.osgi.resource.CapReq
-
- aQute.bnd.osgi.resource.CapabilityImpl
-
- All Implemented Interfaces:
org.osgi.resource.Capability
public class CapabilityImpl extends CapReq implements org.osgi.resource.Capability
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class aQute.bnd.osgi.resource.CapReq
CapReq.MODE
-
-
Constructor Summary
Constructors Constructor Description CapabilityImpl(java.lang.String namespace, org.osgi.resource.Resource resource, java.util.Map<java.lang.String,java.lang.String> directives, java.util.Map<java.lang.String,java.lang.Object> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class aQute.bnd.osgi.resource.CapReq
equals, getAttributes, getDirectives, getNamespace, getResource, hashCode, toString
-
-