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.
|
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.
|
capabilities, id, requirements
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 © 2006–2016 The Apache Software Foundation. All rights reserved.