Uses of Class
org.apache.felix.framework.capabilityset.SimpleFilter
-
Packages that use SimpleFilter Package Description org.apache.felix.framework org.apache.felix.framework.capabilityset org.apache.felix.framework.util.manifestparser org.apache.felix.framework.wiring -
-
Uses of SimpleFilter in org.apache.felix.framework
Fields in org.apache.felix.framework declared as SimpleFilter Modifier and Type Field Description private SimpleFilter
FilterImpl. m_filter
Methods in org.apache.felix.framework with parameters of type SimpleFilter Modifier and Type Method Description java.util.Collection<Capability>
ServiceRegistry. 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 SimpleFilter
SimpleFilter. convert(java.util.Map<java.lang.String,java.lang.Object> attrs)
Converts a attribute map to a filter.static SimpleFilter
SimpleFilter. parse(java.lang.String filter)
private static SimpleFilter
SimpleFilter. 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<Capability>
CapabilitySet. match(java.util.Set<Capability> caps, SimpleFilter sf)
java.util.Set<Capability>
CapabilitySet. match(SimpleFilter sf, boolean obeyMandatory)
static boolean
CapabilitySet. matches(Capability cap, SimpleFilter sf)
private static boolean
CapabilitySet. matchesInternal(Capability cap, SimpleFilter sf)
private static java.util.Set<Capability>
CapabilitySet. matchMandatory(java.util.Set<Capability> caps, SimpleFilter sf)
private static boolean
CapabilitySet. matchMandatory(Capability cap, SimpleFilter sf)
private static boolean
CapabilitySet. matchMandatoryAttrbute(java.lang.String attrName, SimpleFilter sf)
-
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 SimpleFilter
ManifestParser. 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 SimpleFilter
BundleRequirementImpl. m_filter
Methods in org.apache.felix.framework.wiring that return SimpleFilter Modifier and Type Method Description SimpleFilter
BundleRequirementImpl. 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)
-