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 |
---|---|
java.util.List |
ServiceRegistry.getServiceReferences(java.lang.String className,
SimpleFilter filter) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<BundleCapability> |
CapabilitySet.match(SimpleFilter sf,
boolean obeyMandatory) |
static boolean |
CapabilitySet.matches(BundleCapability cap,
SimpleFilter sf) |
Modifier and Type | Method and Description |
---|---|
SimpleFilter |
HostedRequirement.getFilter() |
Modifier and Type | Method and Description |
---|---|
SimpleFilter |
BundleRequirementImpl.getFilter() |
Constructor and Description |
---|
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 © 2014. All Rights Reserved.