Uses of Interface
org.osgi.framework.Filter
-
Packages that use Filter Package Description org.osgi.framework Framework 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) FilterAdminPermission. filterIf this AdminPermission 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 FilterAdminPermission. 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 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 AdminPermission(Filter filter, int mask)Package private constructor used by AdminPermissionCollection.
-