Package org.osgi.framework
Class FilterImpl.Substring
java.lang.Object
org.osgi.framework.FilterImpl
org.osgi.framework.FilterImpl.Item
org.osgi.framework.FilterImpl.Substring
- 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
FieldsFields inherited from class org.osgi.framework.FilterImpl.Item
attr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
compare_String
(String string) (package private) StringBuilder
Returns thisFilter
's normalized filter string.Methods inherited from class org.osgi.framework.FilterImpl.Item
compare_Boolean, compare_Character, compare_Comparable, compare_Double, compare_Float, compare_Long, compare_Unknown, compare_Version, encodeValue, matches0
Methods inherited from class org.osgi.framework.FilterImpl
createFilter, equals, hashCode, match, match, matchCase, matches, toString
-
Field Details
-
substrings
-
-
Constructor Details
-
Substring
-
-
Method Details
-
compare_String
- Overrides:
compare_String
in classFilterImpl.Item
-
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.
-