[OSGi OBR Service API]

org.osgi.service.obr
Interface Capability


public interface Capability

A named set of properties representing some capability that is provided by its owner.

Version:
$Revision: 1.3 $

Method Summary
 String getName()
          Return the name of the capability.
 Map getProperties()
          Return the set of properties.
 

Method Detail

getName

String getName()
Return the name of the capability.


getProperties

Map getProperties()
Return the set of properties. Notice that the value of the properties is a list of values.

Returns:
a Map

[OSGi OBR Service API]