Package org.osgi.framework
Class FilterImpl.Present
java.lang.Object
org.osgi.framework.FilterImpl
org.osgi.framework.FilterImpl.Item
org.osgi.framework.FilterImpl.Present
- 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 inherited from class org.osgi.framework.FilterImpl.Item
attr
-
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.Item
compare_Boolean, compare_Character, compare_Comparable, compare_Double, compare_Float, compare_Long, compare_String, compare_Unknown, compare_Version, encodeValue
Methods inherited from class org.osgi.framework.FilterImpl
createFilter, equals, hashCode, match, match, matchCase, matches, toString
-
Constructor Details
-
Present
Present(String attr)
-
-
Method Details
-
matches0
- Overrides:
matches0
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.
-