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