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 SimpleFilter
RequirementImpl. filter
static SimpleFilter
SimpleFilter. MATCH_ALL_FILTER
Methods in org.apache.felix.utils.resource 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.SimpleFilter
RequirementImpl. getFilter()
private static SimpleFilter
RequirementImpl. getFilter(java.util.Map<java.lang.String,java.lang.String> directives, java.util.Map<java.lang.String,java.lang.Object> attributes)
static SimpleFilter
RequirementImpl. getFilter(org.osgi.resource.Requirement requirement)
Utility method to obtain a SimpleFilter from a given requirement.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.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 boolean
CapabilitySet. matches(org.osgi.resource.Capability cap, SimpleFilter sf)
private static boolean
CapabilitySet. 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 boolean
CapabilitySet. matchMandatory(org.osgi.resource.Capability cap, SimpleFilter sf)
private static boolean
CapabilitySet. 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)
-