Uses of Class
org.apache.felix.framework.capabilityset.SimpleFilter
Packages that use SimpleFilter
Package
Description
-
Uses of SimpleFilter in org.apache.felix.framework
Fields in org.apache.felix.framework declared as SimpleFilterMethods in org.apache.felix.framework with parameters of type SimpleFilterModifier and TypeMethodDescriptionServiceRegistry.getServiceReferences
(String className, SimpleFilter filter) -
Uses of SimpleFilter in org.apache.felix.framework.capabilityset
Methods in org.apache.felix.framework.capabilityset that return SimpleFilterModifier and TypeMethodDescriptionstatic SimpleFilter
Converts a attribute map to a filter.static SimpleFilter
private static SimpleFilter
Methods in org.apache.felix.framework.capabilityset with parameters of type SimpleFilterModifier and TypeMethodDescriptionprivate Set
<BundleCapability> CapabilitySet.match
(Set<BundleCapability> caps, SimpleFilter sf) CapabilitySet.match
(SimpleFilter sf, boolean obeyMandatory) static boolean
CapabilitySet.matches
(BundleCapability cap, SimpleFilter sf) private static boolean
CapabilitySet.matchesInternal
(BundleCapability cap, SimpleFilter sf) private static Set
<BundleCapability> CapabilitySet.matchMandatory
(Set<BundleCapability> caps, SimpleFilter sf) private static boolean
CapabilitySet.matchMandatory
(BundleCapability cap, SimpleFilter sf) private static boolean
CapabilitySet.matchMandatoryAttrbute
(String attrName, SimpleFilter sf) -
Uses of SimpleFilter in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return SimpleFilter -
Uses of SimpleFilter in org.apache.felix.framework.util.manifestparser
Methods in org.apache.felix.framework.util.manifestparser that return SimpleFilterModifier and TypeMethodDescriptionprivate static SimpleFilter
ManifestParser.buildFilterFromArray
(String attributeName, String[] stringArray, int operation) -
Uses of SimpleFilter in org.apache.felix.framework.wiring
Fields in org.apache.felix.framework.wiring declared as SimpleFilterMethods in org.apache.felix.framework.wiring that return SimpleFilterConstructors in org.apache.felix.framework.wiring with parameters of type SimpleFilterModifierConstructorDescriptionBundleRequirementImpl
(BundleRevision revision, String namespace, Map<String, String> dirs, Map<String, Object> attrs, SimpleFilter filter)