Package org.osgi.resource.dto
Class ResourceDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.ResourceDTO
- Direct Known Subclasses:
BundleRevisionDTO
Data Transfer Object for a Resource.
-
Field Summary
Modifier and TypeFieldDescriptionThe capabilities of the resource.int
The unique identifier of the resource.The requirements of the resource. -
Constructor Summary
-
Method Summary
-
Field Details
-
id
public int idThe unique identifier of the resource.This identifier is transiently assigned and may vary across restarts.
-
capabilities
The capabilities of the resource.- See Also:
-
requirements
The requirements of the resource.- See Also:
-
-
Constructor Details
-
ResourceDTO
public ResourceDTO()
-