Package org.osgi.framework.wiring.dto
Class BundleRevisionDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.ResourceDTO
org.osgi.framework.wiring.dto.BundleRevisionDTO
Data Transfer Object for a BundleRevision.
An installed Bundle can be adapted to provide a BundleRevisionDTO
for
the current revision of the Bundle. BundleRevisionDTO
objects for all
in use revisions of the Bundle can be obtained by adapting the bundle to
BundleRevisionDTO[]
.
-
Field Summary
Modifier and TypeFieldDescriptionlong
The id of the bundle associated with the bundle revision.The symbolic name of the bundle revision.int
The type of the bundle revision.The version of the bundle revision.Fields inherited from class org.osgi.resource.dto.ResourceDTO
capabilities, id, requirements
-
Constructor Summary
-
Method Summary
-
Field Details
-
symbolicName
The symbolic name of the bundle revision.- See Also:
-
type
public int typeThe type of the bundle revision.- See Also:
-
version
The version of the bundle revision.- See Also:
-
bundle
public long bundleThe id of the bundle associated with the bundle revision.- See Also:
-
-
Constructor Details
-
BundleRevisionDTO
public BundleRevisionDTO()
-