Uses of Interface
org.osgi.framework.Filter

Packages that use Filter
org.eclipse.osgi.framework.adaptor   
org.eclipse.osgi.framework.internal.core   
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.framework.internal.core
 

Classes in org.eclipse.osgi.framework.internal.core that implement Filter
 class FilterImpl
          RFC 1960-based Filter.
 

Methods in org.eclipse.osgi.framework.internal.core that return Filter
 Filter BundleContextImpl.createFilter(java.lang.String filter)
          Construct a Filter object.
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type Filter
protected  void AbstractBundle.findLocalEntryPaths(java.lang.String path, Filter patternFilter, java.util.Hashtable patternProps, boolean recurse, java.util.List pathList)
           
 ServiceReference[] ServiceRegistryImpl.lookupServiceReferences(java.lang.String clazz, Filter filter)
           
 

Uses of Filter in org.osgi.framework
 

Methods in org.osgi.framework that return Filter
 Filter BundleContext.createFilter(java.lang.String filter)
          Creates a Filter object.
static Filter FrameworkUtil.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.