Uses of Interface
org.osgi.framework.Filter
-
Packages that use Filter Package Description org.osgi.framework Framework Package Version 1.9.org.osgi.util.tracker Tracker Package Version 1.5. -
-
Uses of Filter in org.osgi.framework
Classes in org.osgi.framework that implement Filter Modifier and Type Class Description private static classFrameworkUtil.FilterImplRFC 1960-based Filter.Fields in org.osgi.framework declared as Filter Modifier and Type Field Description (package private) FilterAdaptPermission. filterThis holds a Filter matching object used to evaluate the filter in implies.(package private) FilterAdminPermission. filterIf this AdminPermission was constructed with a filter, this holds a Filter matching object used to evaluate the filter in implies.(package private) FilterCapabilityPermission. filterIf this CapabilityPermission was constructed with a filter, this holds a Filter matching object used to evaluate the filter in implies.(package private) FilterPackagePermission. filterIf this PackagePermission was constructed with a filter, this holds a Filter matching object used to evaluate the filter in implies.(package private) FilterServicePermission. filterIf this ServicePermission was constructed with a filter, this holds a Filter matching object used to evaluate the filter in implies.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.private static FilterAdaptPermission. parseFilter(java.lang.String filterString)Parse filter string into a Filter object.private static FilterAdminPermission. parseFilter(java.lang.String filterString)Parse filter string into a Filter object.private static FilterCapabilityPermission. parseFilter(java.lang.String filterString)Parse filter string into a Filter object.private static FilterPackagePermission. parseFilter(java.lang.String filterString)Parse filter string into a Filter object.private static FilterServicePermission. parseFilter(java.lang.String filterString)Parse filter string into a Filter object.Methods in org.osgi.framework with parameters of type Filter Modifier and Type Method Description private voidAdaptPermission. setTransients(Filter filter, int mask)Called by constructors and when deserialized.private voidAdminPermission. setTransients(Filter filter, int mask)Called by constructors and when deserialized.private voidServicePermission. setTransients(Filter f, int mask)Called by constructors and when deserialized.Constructors in org.osgi.framework with parameters of type Filter Constructor Description AdaptPermission(Filter filter, int mask)Package private constructor used by AdaptPermissionCollection.AdminPermission(Filter filter, int mask)Package private constructor used by AdminPermissionCollection. -
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.
-