public class BundleModel extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.osgi.framework.Bundle |
bundle
The represented bundle.
|
| Constructor and Description |
|---|
BundleModel(org.osgi.framework.Bundle bundle)
Creates a bundle model from the given bundle.
|
| Modifier and Type | Method and Description |
|---|---|
static List<BundleModel> |
bundles(org.osgi.framework.BundleContext context)
Creates the list of bundle models based on the bundle currently deployed.
|
Map<String,String> |
getHeaders() |
long |
getId() |
String |
getName() |
String |
getState() |
public BundleModel(org.osgi.framework.Bundle bundle)
bundle - the bundle.public static List<BundleModel> bundles(org.osgi.framework.BundleContext context)
context - the bundle context.public String getState()
public long getId()
public String getName()
Copyright © 2013–2015 Wisdom Framework. All rights reserved.