[OSGi OBR Service API]

org.osgi.service.obr
Interface Requirement


public interface Requirement

A named requirement specifies the need for certain capabilities with the same name.

Version:
$Revision: 1.4 $

Method Summary
 String getComment()
           
 String getFilter()
          Return the filter.
 String getName()
          Return the name of the requirement.
 boolean isExtend()
           
 boolean isMultiple()
           
 boolean isOptional()
           
 boolean isSatisfied(Capability capability)
           
 

Method Detail

getName

String getName()
Return the name of the requirement.


getFilter

String getFilter()
Return the filter.


isMultiple

boolean isMultiple()

isOptional

boolean isOptional()

isExtend

boolean isExtend()

getComment

String getComment()

isSatisfied

boolean isSatisfied(Capability capability)

[OSGi OBR Service API]