Uses of Interface
org.osgi.framework.Filter
Packages that use Filter
Package
Description
Framework Package Version 1.10.
Tracker Package Version 1.5.
-
Uses of Filter in org.osgi.framework
Methods in org.osgi.framework that return FilterModifier and TypeMethodDescriptionBundleContext.createFilter
(String filter) Creates aFilter
object.static Filter
FrameworkUtil.createFilter
(String filter) Creates aFilter
object. -
Uses of Filter in org.osgi.util.tracker
Fields in org.osgi.util.tracker declared as FilterModifier and TypeFieldDescriptionprotected final Filter
ServiceTracker.filter
The Filter used by thisServiceTracker
which specifies the search criteria for the services to track.Constructors in org.osgi.util.tracker with parameters of type FilterModifierConstructorDescriptionServiceTracker
(BundleContext context, Filter filter, ServiceTrackerCustomizer<S, T> customizer) Create aServiceTracker
on the specifiedFilter
object.