public class BundleDTO extends DTO
A Bundle can be adapted to provide a BundleDTO
for the Bundle.
Modifier and Type | Field and Description |
---|---|
long |
id
The bundle's unique identifier.
|
long |
lastModified
The time when the bundle was last modified.
|
int |
state
The bundle's state.
|
java.lang.String |
symbolicName
The bundle's symbolic name.
|
java.lang.String |
version
The bundle's version.
|
Constructor and Description |
---|
BundleDTO() |
public long id
Bundle.getBundleId()
public long lastModified
Bundle.getLastModified()
public int state
Bundle.getState()
public java.lang.String symbolicName
Bundle.getSymbolicName()
public java.lang.String version
Bundle.getVersion()
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0