public interface Requirement
Modifier and Type | Method and Description |
---|---|
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) |
String getName()
String getFilter()
boolean isMultiple()
boolean isOptional()
boolean isExtend()
String getComment()
boolean isSatisfied(Capability capability)
Copyright © 2006-2014 OSGi Alliance. All Rights Reserved.