| Package | Description |
|---|---|
| org.osgi.framework.wiring.dto |
OSGi Data Transfer Object Framework Wiring Package Version 1.2.
|
| org.osgi.resource.dto |
OSGi Data Transfer Object Resource Package Version 1.0.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BundleWireDTO |
Data Transfer Object for a BundleWire.
|
| Modifier and Type | Field | Description |
|---|---|---|
java.util.List<WireDTO> |
WiringDTO.providedWires |
The provided wires for the wiring node.
|
java.util.List<WireDTO> |
WiringDTO.requiredWires |
The required wires for the wiring node.
|