Uses of Class
org.apache.felix.utils.resource.SimpleFilter
Packages that use SimpleFilter
-
Uses of SimpleFilter in org.apache.felix.utils.resource
Fields in org.apache.felix.utils.resource declared as SimpleFilterModifier and TypeFieldDescriptionprivate final SimpleFilter
RequirementImpl.filter
static final SimpleFilter
SimpleFilter.MATCH_ALL_FILTER
Methods in org.apache.felix.utils.resource that return SimpleFilterModifier and TypeMethodDescriptionstatic SimpleFilter
Converts a attribute map to a filter.RequirementImpl.getFilter()
private static SimpleFilter
static SimpleFilter
RequirementImpl.getFilter
(org.osgi.resource.Requirement requirement) Utility method to obtain a SimpleFilter from a given requirement.static SimpleFilter
private static SimpleFilter
Methods in org.apache.felix.utils.resource with parameters of type SimpleFilterModifier and TypeMethodDescriptionprivate Set
<org.osgi.resource.Capability> CapabilitySet.match
(Set<org.osgi.resource.Capability> caps, SimpleFilter sf) Set
<org.osgi.resource.Capability> CapabilitySet.match
(SimpleFilter sf, boolean obeyMandatory) static boolean
CapabilitySet.matches
(org.osgi.resource.Capability cap, SimpleFilter sf) private static boolean
CapabilitySet.matchesInternal
(org.osgi.resource.Capability cap, SimpleFilter sf) private static Set
<org.osgi.resource.Capability> CapabilitySet.matchMandatory
(Set<org.osgi.resource.Capability> caps, SimpleFilter sf) private static boolean
CapabilitySet.matchMandatory
(org.osgi.resource.Capability cap, SimpleFilter sf) private static boolean
CapabilitySet.matchMandatoryAttribute
(String attrName, SimpleFilter sf) Constructors in org.apache.felix.utils.resource with parameters of type SimpleFilterModifierConstructorDescriptionRequirementImpl
(org.osgi.resource.Resource resource, String path, Map<String, String> dirs, Map<String, Object> attrs, SimpleFilter sf)