| 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 |
(package private) class |
ExtensionManager.ExtensionManagerWiring |
| Modifier and Type | Field and Description |
|---|---|
private BundleWiring |
ExtensionManager.ExtensionManagerRevision.m_wiring |
private BundleWiring |
WovenClassImpl.m_wiring |
| Modifier and Type | Method and Description |
|---|---|
BundleWiring |
WovenClassImpl.getBundleWiring() |
BundleWiring |
BundleRevisionImpl.getWiring() |
BundleWiring |
ExtensionManager.ExtensionManagerRevision.getWiring() |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
WovenClassImpl(java.lang.String className,
BundleWiring wiring,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.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.
|