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.wiring -
-
Uses of SimpleFilter in org.apache.felix.framework
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 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)Methods in org.apache.felix.framework.capabilityset with parameters of type SimpleFilter Modifier and Type Method Description java.util.Set<Capability>CapabilitySet. match(SimpleFilter sf, boolean obeyMandatory)static booleanCapabilitySet. matches(Capability cap, SimpleFilter sf) -
Uses of SimpleFilter in org.apache.felix.framework.wiring
Methods 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)
-