| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.resolver | |
| org.apache.felix.framework.wiring | |
| org.eclipse.osgi.internal.resolver | |
| org.osgi.framework.wiring |
Framework Wiring Package Version 1.1.
|
| org.osgi.resource |
Resource Package Version 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
List<Capability> |
BundleRevisionImpl.getCapabilities(String namespace) |
List<Capability> |
BundleWiringImpl.getResourceCapabilities(String namespace) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HostedCapability |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedCapability |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleCapabilityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<Capability> |
BundleDescriptionImpl.getCapabilities(String namespace) |
| 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 © 2007–2016 The Apache Software Foundation. All rights reserved.