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 class
FrameworkUtil.FilterImpl
RFC 1960-based Filter.Fields in org.osgi.framework declared as Filter Modifier and Type Field Description (package private) Filter
AdminPermission. filter
If this AdminPermission was constructed with a filter, this holds a Filter matching object used to evaluate the filter in implies.(package private) Filter
PackagePermission. filter
If this PackagePermission was constructed with a filter, this holds a Filter matching object used to evaluate the filter in implies.(package private) Filter
ServicePermission. filter
If 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 Filter
BundleContext. createFilter(java.lang.String filter)
Creates aFilter
object.static Filter
FrameworkUtil. createFilter(java.lang.String filter)
Creates aFilter
object.private static Filter
AdminPermission. parseFilter(java.lang.String filterString)
Parse filter string into a Filter object.private static Filter
PackagePermission. parseFilter(java.lang.String filterString)
Parse filter string into a Filter object.private static Filter
ServicePermission. 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 void
AdminPermission. setTransients(Filter filter, int mask)
Called by constructors and when deserialized.private void
ServicePermission. 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.
-