| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.resolver | |
| org.apache.felix.framework.util | |
| org.apache.felix.framework.wiring | |
| org.eclipse.osgi.internal.baseadaptor.weaving | |
| org.eclipse.osgi.internal.resolver | |
| org.osgi.framework.hooks.weaving |
Framework Weaving Hooks Package Version 1.0.
|
| org.osgi.framework.wiring |
Framework Wiring Package Version 1.1.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleWiringImpl |
| Modifier and Type | Method and Description |
|---|---|
BundleWiring |
BundleRevisionImpl.getWiring() |
| Modifier and Type | Method and Description |
|---|---|
Map<BundleRevision,BundleWiring> |
ResolveContextImpl.getWirings() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<BundleRevision,BundleWiring> |
ResolveContext.getWirings() |
| 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 |
WovenClassImpl.getBundleWiring() |
| Modifier and Type | Method and Description |
|---|---|
BundleWiring |
BundleDescriptionImpl.getWiring() |
| 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 © 2007–2016 The Apache Software Foundation. All rights reserved.