@ProviderType public interface AndExpression extends RequirementExpression
RequirementExpression
representing the and
of a number of
requirement expressions.Modifier and Type | Method and Description |
---|---|
List<RequirementExpression> |
getRequirementExpressions()
Return the requirement expressions that are combined by this
AndExpression . |
List<RequirementExpression> getRequirementExpressions()
AndExpression
.AndExpression
. The list contains the requirement
expressions in the order they were specified when this
requirement expression was created.Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0