Package org.osgi.framework
Class FilterImpl.Or
java.lang.Object
org.osgi.framework.FilterImpl
org.osgi.framework.FilterImpl.Or
- All Implemented Interfaces:
Filter
- Enclosing class:
- FilterImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class org.osgi.framework.FilterImpl
FilterImpl.And, FilterImpl.Approx, FilterImpl.Equal, FilterImpl.GreaterEqual, FilterImpl.Item, FilterImpl.LessEqual, FilterImpl.Not, FilterImpl.Or, FilterImpl.Present, FilterImpl.Substring
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
(package private) StringBuilder
Returns thisFilter
's normalized filter string.Methods inherited from class org.osgi.framework.FilterImpl
createFilter, equals, hashCode, match, match, matchCase, matches, toString
-
Field Details
-
operands
-
-
Constructor Details
-
Or
Or(FilterImpl[] operands)
-
-
Method Details
-
matches0
- Specified by:
matches0
in classFilterImpl
-
normalize
Description copied from class:FilterImpl
Returns thisFilter
's normalized filter string.The filter string is normalized by removing whitespace which does not affect the meaning of the filter.
- Specified by:
normalize
in classFilterImpl
- Returns:
- This
Filter
's filter string.
-