Uses of Interface
org.osgi.framework.wiring.BundleWiring
Packages that use BundleWiring
Package
Description
Framework Weaving Hooks Package Version 1.1.
Framework Wiring Package Version 1.2.
-
Uses of BundleWiring in org.osgi.framework.hooks.weaving
Methods in org.osgi.framework.hooks.weaving that return BundleWiringModifier and TypeMethodDescriptionWovenClass.getBundleWiring()
Returns the bundle wiring whose class loader will define the woven class. -
Uses of BundleWiring in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return BundleWiringModifier and TypeMethodDescriptionBundleWire.getProviderWiring()
Returns the bundle wiringproviding
thecapability
.BundleWire.getRequirerWiring()
Returns the bundle wiring whorequires
thecapability
.BundleRevision.getWiring()
Returns the bundle wiring which is using this bundle revision.