Uses of Interface
org.osgi.framework.wiring.BundleWiring
-
Packages that use BundleWiring Package Description org.apache.felix.framework org.apache.felix.framework.resolver 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. -
-
Uses of BundleWiring in org.apache.felix.framework
Classes in org.apache.felix.framework that implement BundleWiring Modifier and Type Class Description class
BundleWiringImpl
(package private) class
ExtensionManager.ExtensionManagerWiring
Fields in org.apache.felix.framework declared as BundleWiring Modifier and Type Field Description private BundleWiring
ExtensionManager.ExtensionManagerRevision. m_wiring
private BundleWiring
WovenClassImpl. m_wiring
Fields in org.apache.felix.framework with type parameters of type BundleWiring Modifier and Type Field Description private java.util.Map<BundleRevision,BundleWiring>
ResolveContextImpl. m_wirings
Methods in org.apache.felix.framework that return BundleWiring Modifier and Type Method Description BundleWiring
WovenClassImpl. getBundleWiring()
BundleWiring
BundleRevisionImpl. getWiring()
BundleWiring
ExtensionManager.ExtensionManagerRevision. getWiring()
Methods in org.apache.felix.framework that return types with arguments of type BundleWiring Modifier and Type Method Description java.util.Map<BundleRevision,BundleWiring>
ResolveContextImpl. getWirings()
private java.util.Map<BundleRevision,BundleWiring>
StatefulResolver. getWirings()
Methods in org.apache.felix.framework with parameters of type BundleWiring Modifier and Type Method Description private static void
DTOFactory. addWiringNodeIfNotPresent(BundleWiring bw, java.util.Set<BundleRevisionDTO> resources, java.util.Set<BundleWiringDTO.NodeDTO> nodes)
private static BundleWiringDTO
DTOFactory. createBundleWiringDTO(BundleWiring wiring)
private static void
DTOFactory. createBundleWiringNodeDTO(BundleWiring bw, java.util.Set<BundleRevisionDTO> resources, java.util.Set<BundleWiringDTO.NodeDTO> nodes)
Constructors in org.apache.felix.framework with parameters of type BundleWiring Constructor Description WovenClassImpl(java.lang.String className, BundleWiring wiring, byte[] bytes)
Constructor parameters in org.apache.felix.framework with type arguments of type BundleWiring Constructor Description ResolveContextImpl(StatefulResolver state, java.util.Map<BundleRevision,BundleWiring> wirings, StatefulResolver.ResolverHookRecord resolverHookRecord, java.util.Collection<BundleRevision> mandatory, java.util.Collection<BundleRevision> optional, java.util.Collection<BundleRevision> ondemand)
-
Uses of BundleWiring in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return BundleWiring Modifier and Type Method Description BundleWiring
WrappedRevision. getWiring()
Methods in org.apache.felix.framework.resolver that return types with arguments of type BundleWiring Modifier and Type Method Description abstract java.util.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 BundleWiring Modifier and Type Method Description static java.util.List<BundleRevision>
Util. getFragments(BundleWiring wiring)
-
Uses of BundleWiring in org.apache.felix.framework.wiring
Methods in org.apache.felix.framework.wiring that return BundleWiring Modifier and Type Method Description BundleWiring
BundleWireImpl. getProviderWiring()
BundleWiring
BundleWireImpl. getRequirerWiring()
-
Uses of BundleWiring in org.osgi.framework.hooks.weaving
Methods in org.osgi.framework.hooks.weaving that return BundleWiring Modifier and Type Method Description BundleWiring
WovenClass. 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 BundleWiring Modifier and Type Method Description BundleWiring
BundleWire. getProviderWiring()
Returns the bundle wiringproviding
thecapability
.BundleWiring
BundleWire. getRequirerWiring()
Returns the bundle wiring whorequires
thecapability
.BundleWiring
BundleRevision. getWiring()
Returns the bundle wiring which is using this bundle revision.
-