public class BundleRevisionDTO extends 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.
|
java.lang.String |
symbolicName
The symbolic name of the bundle revision.
|
int |
type
The type of the bundle revision.
|
java.lang.String |
version
The version of the bundle revision.
|
capabilities, id, requirements
Constructor and Description |
---|
BundleRevisionDTO() |
public java.lang.String symbolicName
BundleRevision.getSymbolicName()
public int type
BundleRevision.getTypes()
public java.lang.String version
BundleRevision.getVersion()
public long bundle
BundleReference.getBundle()
Copyright © OSGi Alliance (2000, 2020). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0