public class BundleItem extends Object
| Constructor and Description |
|---|
BundleItem(org.osgi.framework.BundleContext bundleContext)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.osgi.framework.Bundle |
getBundle() |
Collection<String> |
getBundleCategories() |
Map<String,String> |
getDetails() |
static String |
getHumanReadableBytes(long bytes) |
org.osgi.service.obr.Resource |
getObrResource() |
String |
getShortDescription() |
int |
hashCode() |
boolean |
isDeployAndStartReady() |
boolean |
isDeployReady() |
boolean |
isFragment() |
boolean |
isStartReady() |
boolean |
isStopReady() |
boolean |
isUninstallReady() |
boolean |
isUpdateReady() |
void |
setBundle(org.osgi.framework.Bundle bundle) |
void |
setObrResource(org.osgi.service.obr.Resource obrResource) |
String |
toString() |
public BundleItem(org.osgi.framework.BundleContext bundleContext)
bundleContext - Active bundle contextpublic static String getHumanReadableBytes(long bytes)
bytes - Bytes countpublic void setObrResource(org.osgi.service.obr.Resource obrResource)
obrResource - OSGi bundle repository resource reference. (remote bundle)public void setBundle(org.osgi.framework.Bundle bundle)
bundle - Bundle referencepublic org.osgi.framework.Bundle getBundle()
public org.osgi.service.obr.Resource getObrResource()
public String getShortDescription()
public Map<String,String> getDetails()
public Collection<String> getBundleCategories()
public boolean isStartReady()
public boolean isStopReady()
public boolean isUpdateReady()
public boolean isUninstallReady()
public boolean isDeployReady()
public boolean isDeployAndStartReady()
public boolean isFragment()
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.