org.apache.felix.framework.capabilityset
Class CapabilitySet
java.lang.Object
org.apache.felix.framework.capabilityset.CapabilitySet
public class CapabilitySet
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CapabilitySet
public CapabilitySet(List<String> indexProps,
boolean caseSensitive)
dump
public void dump()
addCapability
public void addCapability(BundleCapability cap)
removeCapability
public void removeCapability(BundleCapability cap)
match
public Set<BundleCapability> match(SimpleFilter sf,
boolean obeyMandatory)
matches
public static boolean matches(BundleCapability cap,
SimpleFilter sf)
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.