Uses of Interface
org.osgi.framework.Filter

Packages that use Filter
org.eclipse.osgi.framework.adaptor   
org.eclipse.osgi.service.resolver   
org.osgi.framework   
org.osgi.util.tracker   
 

Uses of Filter in org.eclipse.osgi.framework.adaptor
 

Methods in org.eclipse.osgi.framework.adaptor with parameters of type Filter
 ServiceReference[] ServiceRegistry.lookupServiceReferences(java.lang.String clazz, Filter filter)
          Performs a lookup for ServiceReferences that are bound to this ServiceRegistry.
 

Uses of Filter in org.eclipse.osgi.service.resolver
 

Methods in org.eclipse.osgi.service.resolver that return Filter
 Filter NativeCodeDescription.getFilter()
          Returns the selection filter used to select the native code.
 

Uses of Filter in org.osgi.framework
 

Methods in org.osgi.framework that return Filter
static Filter FrameworkUtil.createFilter(java.lang.String filter)
          Creates a Filter object.
 Filter BundleContext.createFilter(java.lang.String filter)
          Creates a Filter object.
 

Uses of Filter in org.osgi.util.tracker
 

Fields in org.osgi.util.tracker declared as Filter
protected  Filter ServiceTracker.filter
          Filter specifying search criteria for the services to track.
 

Constructors in org.osgi.util.tracker with parameters of type Filter
ServiceTracker(BundleContext context, Filter filter, ServiceTrackerCustomizer customizer)
          Create a ServiceTracker object on the specified Filter object.