Uses of Class
org.apache.felix.framework.capabilityset.SimpleFilter

Packages that use SimpleFilter
org.apache.felix.framework   
org.apache.felix.framework.capabilityset   
org.apache.felix.framework.resolver   
org.apache.felix.framework.wiring   
 

Uses of SimpleFilter in org.apache.felix.framework
 

Methods in org.apache.felix.framework with parameters of type SimpleFilter
 java.util.List ServiceRegistry.getServiceReferences(java.lang.String className, SimpleFilter filter)
           
 

Uses of SimpleFilter in org.apache.felix.framework.capabilityset
 

Methods in org.apache.felix.framework.capabilityset that return SimpleFilter
static SimpleFilter SimpleFilter.convert(java.util.Map<java.lang.String,java.lang.Object> attrs)
          Converts a attribute map to a filter.
static SimpleFilter SimpleFilter.parse(java.lang.String filter)
           
 

Methods in org.apache.felix.framework.capabilityset with parameters of type SimpleFilter
 java.util.Set<BundleCapability> CapabilitySet.match(SimpleFilter sf, boolean obeyMandatory)
           
static boolean CapabilitySet.matches(BundleCapability cap, SimpleFilter sf)
           
 

Uses of SimpleFilter in org.apache.felix.framework.resolver
 

Methods in org.apache.felix.framework.resolver that return SimpleFilter
 SimpleFilter HostedRequirement.getFilter()
           
 

Uses of SimpleFilter in org.apache.felix.framework.wiring
 

Methods in org.apache.felix.framework.wiring that return SimpleFilter
 SimpleFilter BundleRequirementImpl.getFilter()
           
 

Constructors in org.apache.felix.framework.wiring with parameters of type SimpleFilter
BundleRequirementImpl(BundleRevision revision, java.lang.String namespace, java.util.Map<java.lang.String,java.lang.String> dirs, java.util.Map<java.lang.String,java.lang.Object> attrs, SimpleFilter filter)
           
 



Copyright © 2012. All Rights Reserved.