| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.capabilityset | |
| org.apache.felix.framework.wiring |
| Modifier and Type | Method and Description |
|---|---|
Collection<Capability> |
ServiceRegistry.getServiceReferences(String className,
SimpleFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleFilter |
SimpleFilter.convert(Map<String,Object> attrs)
Converts a attribute map to a filter.
|
static SimpleFilter |
SimpleFilter.parse(String filter) |
| Modifier and Type | Method and Description |
|---|---|
Set<Capability> |
CapabilitySet.match(SimpleFilter sf,
boolean obeyMandatory) |
static boolean |
CapabilitySet.matches(Capability cap,
SimpleFilter sf) |
| Modifier and Type | Method and Description |
|---|---|
SimpleFilter |
BundleRequirementImpl.getFilter() |
| Constructor and Description |
|---|
BundleRequirementImpl(BundleRevision revision,
String namespace,
Map<String,String> dirs,
Map<String,Object> attrs,
SimpleFilter filter) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.