Uses of Class
org.apache.felix.utils.resource.SimpleFilter
-
Packages that use SimpleFilter Package Description org.apache.felix.utils.resource -
-
Uses of SimpleFilter in org.apache.felix.utils.resource
Fields in org.apache.felix.utils.resource declared as SimpleFilter Modifier and Type Field Description private SimpleFilterRequirementImpl. filterstatic SimpleFilterSimpleFilter. MATCH_ALL_FILTERMethods in org.apache.felix.utils.resource 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.SimpleFilterRequirementImpl. getFilter()private static SimpleFilterRequirementImpl. getFilter(java.util.Map<java.lang.String,java.lang.String> directives, java.util.Map<java.lang.String,java.lang.Object> attributes)static SimpleFilterRequirementImpl. getFilter(org.osgi.resource.Requirement requirement)Utility method to obtain a SimpleFilter from a given requirement.static SimpleFilterSimpleFilter. parse(java.lang.String filter)private static SimpleFilterSimpleFilter. subfilter(java.lang.String filter, int startIdx, int endIdx)Methods in org.apache.felix.utils.resource with parameters of type SimpleFilter Modifier and Type Method Description private java.util.Set<org.osgi.resource.Capability>CapabilitySet. match(java.util.Set<org.osgi.resource.Capability> caps, SimpleFilter sf)java.util.Set<org.osgi.resource.Capability>CapabilitySet. match(SimpleFilter sf, boolean obeyMandatory)static booleanCapabilitySet. matches(org.osgi.resource.Capability cap, SimpleFilter sf)private static booleanCapabilitySet. matchesInternal(org.osgi.resource.Capability cap, SimpleFilter sf)private static java.util.Set<org.osgi.resource.Capability>CapabilitySet. matchMandatory(java.util.Set<org.osgi.resource.Capability> caps, SimpleFilter sf)private static booleanCapabilitySet. matchMandatory(org.osgi.resource.Capability cap, SimpleFilter sf)private static booleanCapabilitySet. matchMandatoryAttribute(java.lang.String attrName, SimpleFilter sf)Constructors in org.apache.felix.utils.resource with parameters of type SimpleFilter Constructor Description RequirementImpl(org.osgi.resource.Resource resource, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> dirs, java.util.Map<java.lang.String,java.lang.Object> attrs, SimpleFilter sf)
-