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 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()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)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 booleanCapabilitySet. 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)
-