public class ResourceDTO extends DTO
| Modifier and Type | Field and Description |
|---|---|
java.util.List<CapabilityDTO> |
capabilities
The capabilities of the resource.
|
int |
id
The unique identifier of the resource.
|
java.util.List<RequirementDTO> |
requirements
The requirements of the resource.
|
| Constructor and Description |
|---|
ResourceDTO() |
public int id
This identifier is transiently assigned and may vary across restarts.
public java.util.List<CapabilityDTO> capabilities
Resource.getCapabilities(String)public java.util.List<RequirementDTO> requirements
Resource.getRequirements(String)Copyright © OSGi Alliance (2000, 2020). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0