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 SimpleFilterConverts a attribute map to a filter.static SimpleFilterprivate static SimpleFilterMethods 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 booleanCapabilitySet.matches(BundleCapability cap, SimpleFilter sf) private static booleanCapabilitySet.matchesInternal(BundleCapability cap, SimpleFilter sf) private static Set<BundleCapability> CapabilitySet.matchMandatory(Set<BundleCapability> caps, SimpleFilter sf) private static booleanCapabilitySet.matchMandatory(BundleCapability cap, SimpleFilter sf) private static booleanCapabilitySet.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 SimpleFilterManifestParser.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)