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.apache.felix.framework
Classes in org.apache.felix.framework that implement BundleWiringModifier and TypeClassDescriptionclass
(package private) class
Fields in org.apache.felix.framework declared as BundleWiringModifier and TypeFieldDescriptionprivate BundleWiring
ExtensionManager.ExtensionManagerRevision.m_wiring
private final BundleWiring
WovenClassImpl.m_wiring
Fields in org.apache.felix.framework with type parameters of type BundleWiringModifier and TypeFieldDescriptionprivate final Map
<BundleRevision, BundleWiring> ResolveContextImpl.m_wirings
Methods in org.apache.felix.framework that return BundleWiringModifier and TypeMethodDescriptionWovenClassImpl.getBundleWiring()
BundleRevisionImpl.getWiring()
ExtensionManager.ExtensionManagerRevision.getWiring()
Methods in org.apache.felix.framework that return types with arguments of type BundleWiringModifier and TypeMethodDescriptionResolveContextImpl.getWirings()
private Map
<BundleRevision, BundleWiring> StatefulResolver.getWirings()
Methods in org.apache.felix.framework with parameters of type BundleWiringModifier and TypeMethodDescriptionprivate static void
DTOFactory.addWiringNodeIfNotPresent
(BundleWiring bw, Set<BundleRevisionDTO> resources, Set<BundleWiringDTO.NodeDTO> nodes) private static BundleWiringDTO
DTOFactory.createBundleWiringDTO
(BundleWiring wiring) private static void
DTOFactory.createBundleWiringNodeDTO
(BundleWiring bw, Set<BundleRevisionDTO> resources, Set<BundleWiringDTO.NodeDTO> nodes) Constructors in org.apache.felix.framework with parameters of type BundleWiringModifierConstructorDescription(package private)
WovenClassImpl
(String className, BundleWiring wiring, byte[] bytes) Constructor parameters in org.apache.felix.framework with type arguments of type BundleWiringModifierConstructorDescription(package private)
ResolveContextImpl
(StatefulResolver state, Map<BundleRevision, BundleWiring> wirings, StatefulResolver.ResolverHookRecord resolverHookRecord, Collection<BundleRevision> mandatory, Collection<BundleRevision> optional, Collection<BundleRevision> ondemand) -
Uses of BundleWiring in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return BundleWiringMethods in org.apache.felix.framework.resolver that return types with arguments of type BundleWiringModifier and TypeMethodDescriptionabstract Map
<BundleRevision, BundleWiring> ResolveContext.getWirings()
-
Uses of BundleWiring in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type BundleWiringModifier and TypeMethodDescriptionstatic List
<BundleRevision> Util.getFragments
(BundleWiring wiring) -
Uses of BundleWiring in org.apache.felix.framework.wiring
Methods in org.apache.felix.framework.wiring that return BundleWiringModifier and TypeMethodDescriptionBundleWireImpl.getProviderWiring()
BundleWireImpl.getRequirerWiring()
-
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.