Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.capabilityset | |
org.apache.felix.framework.resolver | |
org.apache.felix.framework.wiring | |
org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
org.osgi.resource |
Resource Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
List<Capability> |
ResolveContextImpl.findProviders(Requirement br) |
List<Capability> |
BundleRevisionImpl.getCapabilities(String namespace) |
List<Capability> |
BundleWiringImpl.getResourceCapabilities(String namespace) |
Collection<Capability> |
ServiceRegistry.getServiceReferences(String className,
SimpleFilter filter) |
Modifier and Type | Method and Description |
---|---|
int |
ResolveContextImpl.insertHostedCapability(List<Capability> caps,
org.osgi.service.resolver.HostedCapability hc) |
Modifier and Type | Method and Description |
---|---|
Set<Capability> |
CapabilitySet.match(SimpleFilter sf,
boolean obeyMandatory) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CapabilitySet.matches(Capability cap,
SimpleFilter sf) |
Modifier and Type | Method and Description |
---|---|
int |
CandidateComparator.compare(Capability cap1,
Capability cap2) |
Modifier and Type | Class and Description |
---|---|
class |
BundleCapabilityImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
BundleCapability
A capability that has been declared from a
bundle
revision . |
Modifier and Type | Method and Description |
---|---|
List<Capability> |
BundleRevision.getCapabilities(String namespace)
Returns the capabilities declared by this resource.
|
List<Capability> |
BundleWiring.getResourceCapabilities(String namespace)
Returns the capabilities provided by this wiring.
|
Modifier and Type | Method and Description |
---|---|
Capability |
Wire.getCapability()
Returns the
Capability for this wire. |
Modifier and Type | Method and Description |
---|---|
List<Capability> |
Resource.getCapabilities(String namespace)
Returns the capabilities declared by this resource.
|
List<Capability> |
Wiring.getResourceCapabilities(String namespace)
Returns the capabilities provided by this wiring.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.