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 |
|---|---|
Set<BundleRevisionDTO> |
resources
The set of resources referenced by the wiring graph of the framework.
|
Set<BundleWiringDTO.NodeDTO> |
wirings
The set of wiring nodes referenced by the wiring graph of the framework.
|
| Constructor and Description |
|---|
FrameworkWiringDTO() |
public Set<BundleWiringDTO.NodeDTO> wirings
All wiring nodes referenced by wiring node identifiers in the wiring graph are contained in this set.
public Set<BundleRevisionDTO> resources
All resources referenced by resource identifiers in the wiring graph are contained in this set.
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.