Uses of Interface
org.osgi.framework.Filter
-
Packages that use Filter Package Description org.osgi.framework Framework Package Version 1.10.org.osgi.util.tracker Tracker Package Version 1.5. -
-
Uses of Filter in org.osgi.framework
Methods in org.osgi.framework that return Filter Modifier and Type Method Description FilterBundleContext. createFilter(java.lang.String filter)Creates aFilterobject.static FilterFrameworkUtil. createFilter(java.lang.String filter)Creates aFilterobject. -
Uses of Filter in org.osgi.util.tracker
Fields in org.osgi.util.tracker declared as Filter Modifier and Type Field Description protected 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 Filter Constructor Description ServiceTracker(BundleContext context, Filter filter, ServiceTrackerCustomizer<S,T> customizer)Create aServiceTrackeron the specifiedFilterobject.
-