Package org.osgi.service.obr
Interface Capability
-
public interface CapabilityA named set of properties representing some capability that is provided by its owner.- Version:
- $Revision: 1.3 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Return the name of the capability.java.util.MapgetProperties()Return the set of properties.
-