public class FrameworkWiringDTO extends DTO
The system bundle can be adapted to provide the FrameworkWiringDTO
.
Only the system bundle can be adapted to a FrameworkWiringDTO
object
Modifier and Type | Field and Description |
---|---|
java.util.Set<BundleRevisionDTO> |
resources
The set of resources referenced by the wiring graph of the framework.
|
java.util.Set<BundleWiringDTO.NodeDTO> |
wirings
The set of wiring nodes referenced by the wiring graph of the framework.
|
Constructor and Description |
---|
FrameworkWiringDTO() |
public java.util.Set<BundleWiringDTO.NodeDTO> wirings
All wiring nodes referenced by wiring node identifiers in the wiring graph are contained in this set.
public java.util.Set<BundleRevisionDTO> resources
All resources referenced by resource identifiers in the wiring graph are contained in this set.
Copyright © OSGi Alliance (2000, 2020). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0