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 aFilterobject.static FilterFrameworkUtil.createFilter(String filter) Creates aFilterobject. -
Uses of Filter in org.osgi.util.tracker
Fields in org.osgi.util.tracker declared as FilterModifier and TypeFieldDescriptionprotected final FilterServiceTracker.filterThe Filter used by thisServiceTrackerwhich 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 aServiceTrackeron the specifiedFilterobject.