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
StringgetComment()
StringgetFilter()
Return the filter.
StringgetName()
Return the name of the requirement.
booleanisExtend()
booleanisMultiple()
booleanisOptional()
booleanisSatisfied(Capability capability)

Method Detail

getComment

public String getComment()

getFilter

public String getFilter()
Return the filter.

getName

public String getName()
Return the name of the requirement.

isExtend

public boolean isExtend()

isMultiple

public boolean isMultiple()

isOptional

public boolean isOptional()

isSatisfied

public boolean isSatisfied(Capability capability)