public class BundleRevisionDTO
extends org.osgi.resource.dto.ResourceDTO
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[].
| Modifier and Type | Field and Description |
|---|---|
long |
bundle
The id of the bundle associated with the bundle revision.
|
String |
symbolicName
The symbolic name of the bundle revision.
|
int |
type
The type of the bundle revision.
|
String |
version
The version of the bundle revision.
|
| Constructor and Description |
|---|
BundleRevisionDTO() |
public String symbolicName
BundleRevision.getSymbolicName()public int type
BundleRevision.getTypes()public String version
BundleRevision.getVersion()public long bundle
BundleReference.getBundle()Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0