Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.capabilityset | |
org.apache.felix.framework.resolver | |
org.apache.felix.framework.wiring |
Modifier and Type | Method and Description |
---|---|
List |
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<BundleCapability> |
CapabilitySet.match(SimpleFilter sf,
boolean obeyMandatory) |
static boolean |
CapabilitySet.matches(BundleCapability cap,
SimpleFilter sf) |
Modifier and Type | Method and Description |
---|---|
SimpleFilter |
WrappedRequirement.getFilter() |
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 © 2007–2018 The Apache Software Foundation. All rights reserved.