public class BundleStartLevelDTO extends DTO
An installed Bundle can be adapted to provide a BundleStartLevelDTO
for the Bundle.
Modifier and Type | Field and Description |
---|---|
boolean |
activationPolicyUsed
The bundle's autostart setting indicates that the activation policy
declared in the bundle manifest must be used.
|
long |
bundle
The id of the bundle associated with this start level.
|
boolean |
persistentlyStarted
The bundle's autostart setting indicates it must be started.
|
int |
startLevel
The assigned start level value for the bundle.
|
Constructor and Description |
---|
BundleStartLevelDTO() |
public long bundle
BundleReference.getBundle()
public int startLevel
BundleStartLevel.getStartLevel()
public boolean activationPolicyUsed
public boolean persistentlyStarted
BundleStartLevel.isPersistentlyStarted()
Copyright © OSGi Alliance (2000, 2020). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0