| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.util | |
| org.apache.felix.framework.wiring | |
| org.osgi.framework.hooks.weaving |
Framework Weaving Hooks Package Version 1.1.
|
| org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleWiringImpl |
| Modifier and Type | Method and Description |
|---|---|
BundleWiring |
BundleRevisionImpl.getWiring() |
| Modifier and Type | Method and Description |
|---|---|
static List<BundleRevision> |
Util.getFragments(BundleWiring wiring) |
| Modifier and Type | Method and Description |
|---|---|
BundleWiring |
BundleWireImpl.getProviderWiring() |
BundleWiring |
BundleWireImpl.getRequirerWiring() |
| Modifier and Type | Method and Description |
|---|---|
BundleWiring |
WovenClass.getBundleWiring()
Returns the bundle wiring whose class loader will define the woven class.
|
| Modifier and Type | Method and Description |
|---|---|
BundleWiring |
BundleWire.getProviderWiring()
Returns the bundle wiring
providing the capability. |
BundleWiring |
BundleWire.getRequirerWiring()
Returns the bundle wiring who
requires the
capability. |
BundleWiring |
BundleRevision.getWiring()
Returns the bundle wiring which is using this bundle revision.
|
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.