Package org.osgi.service.repository
Interface OrExpression
- All Superinterfaces:
RequirementExpression
A
RequirementExpression
representing the or
of a number of
requirement expressions.- Since:
- 1.1
- "ThreadSafe"
-
Method Summary
Modifier and TypeMethodDescriptionReturn the requirement expressions that are combined by thisOrExpression
.
-
Method Details
-
getRequirementExpressions
List<RequirementExpression> getRequirementExpressions()Return the requirement expressions that are combined by thisOrExpression
.- Returns:
- An unmodifiable list of requirement expressions that are combined
by this
OrExpression
. The list contains the requirement expressions in the order they were specified when this requirement expression was created.
-