Uses of Class
org.apache.felix.framework.capabilityset.SimpleFilter
-
-
Uses of SimpleFilter in org.apache.felix.framework
Fields in org.apache.felix.framework declared as SimpleFilter Modifier and Type Field Description private SimpleFilterFilterImpl. m_filterMethods in org.apache.felix.framework with parameters of type SimpleFilter Modifier and Type Method Description java.util.CollectionServiceRegistry. getServiceReferences(java.lang.String className, SimpleFilter filter) -
Uses of SimpleFilter in org.apache.felix.framework.capabilityset
Methods in org.apache.felix.framework.capabilityset that return SimpleFilter Modifier and Type Method Description static SimpleFilterSimpleFilter. convert(java.util.Map<java.lang.String,java.lang.Object> attrs)Converts a attribute map to a filter.static SimpleFilterSimpleFilter. parse(java.lang.String filter)private static SimpleFilterSimpleFilter. subfilter(java.lang.String filter, int startIdx, int endIdx)Methods in org.apache.felix.framework.capabilityset with parameters of type SimpleFilter Modifier and Type Method Description private java.util.Set<BundleCapability>CapabilitySet. match(java.util.Set<BundleCapability> caps, SimpleFilter sf)java.util.Set<BundleCapability>CapabilitySet. match(SimpleFilter sf, boolean obeyMandatory)static booleanCapabilitySet. matches(BundleCapability cap, SimpleFilter sf)private static booleanCapabilitySet. matchesInternal(BundleCapability cap, SimpleFilter sf)private static java.util.Set<BundleCapability>CapabilitySet. matchMandatory(java.util.Set<BundleCapability> caps, SimpleFilter sf)private static booleanCapabilitySet. matchMandatory(BundleCapability cap, SimpleFilter sf)private static booleanCapabilitySet. matchMandatoryAttrbute(java.lang.String attrName, SimpleFilter sf) -
Uses of SimpleFilter in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return SimpleFilter Modifier and Type Method Description SimpleFilterWrappedRequirement. getFilter() -
Uses of SimpleFilter in org.apache.felix.framework.util.manifestparser
Methods in org.apache.felix.framework.util.manifestparser that return SimpleFilter Modifier and Type Method Description private static SimpleFilterManifestParser. buildFilterFromArray(java.lang.String attributeName, java.lang.String[] stringArray, int operation) -
Uses of SimpleFilter in org.apache.felix.framework.wiring
Fields in org.apache.felix.framework.wiring declared as SimpleFilter Modifier and Type Field Description private SimpleFilterBundleRequirementImpl. m_filterMethods in org.apache.felix.framework.wiring that return SimpleFilter Modifier and Type Method Description SimpleFilterBundleRequirementImpl. getFilter()Constructors in org.apache.felix.framework.wiring with parameters of type SimpleFilter Constructor Description BundleRequirementImpl(BundleRevision revision, java.lang.String namespace, java.util.Map<java.lang.String,java.lang.String> dirs, java.util.Map<java.lang.String,java.lang.Object> attrs, SimpleFilter filter)
-