| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.osgi.framework.wiring.dto |
OSGi Data Transfer Object Framework Wiring Package Version 1.2.
|
| 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 BundleWireDTO |
DTOFactory.createBundleWireDTO(Wire wire,
java.util.Set<BundleRevisionDTO> resources,
java.util.Set<BundleWiringDTO.NodeDTO> nodes) |
private static void |
DTOFactory.createBundleWiringNodeDTO(BundleWiring bw,
java.util.Set<BundleRevisionDTO> resources,
java.util.Set<BundleWiringDTO.NodeDTO> nodes) |
| Modifier and Type | Field and Description |
|---|---|
java.util.Set<BundleWiringDTO.NodeDTO> |
BundleWiringDTO.nodes
The set of wiring nodes referenced by the wiring graph.
|