Package org.osgi.service.obr
Interface Requirement
-
public interface RequirementA named requirement specifies the need for certain capabilities with the same name.- Version:
- $Revision: 1.4 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComment()java.lang.StringgetFilter()Return the filter.java.lang.StringgetName()Return the name of the requirement.booleanisExtend()booleanisMultiple()booleanisOptional()booleanisSatisfied(Capability capability)
-
-
-
Method Detail
-
getName
java.lang.String getName()
Return the name of the requirement.
-
getFilter
java.lang.String getFilter()
Return the filter.
-
isMultiple
boolean isMultiple()
-
isOptional
boolean isOptional()
-
isExtend
boolean isExtend()
-
getComment
java.lang.String getComment()
-
isSatisfied
boolean isSatisfied(Capability capability)
-
-