public class BundleDescriptor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BundleDescriptor.Type |
Constructor and Description |
---|
BundleDescriptor(int objectId,
Long bundleId,
String bundleName,
String state,
BundleDescriptor.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getBundleId()
Get bundle's unique identifier.
|
String |
getBundleName() |
int |
getObjectId()
Get objectId of the bundle in the heap dump
|
String |
getState()
Get bundle's state (installed, resolved, starting, active, stopping,
uninstalled)
|
BundleDescriptor.Type |
getType()
Get bundle's type (fragment or bundle)
|
int |
hashCode() |
public BundleDescriptor(int objectId, Long bundleId, String bundleName, String state, BundleDescriptor.Type type)
public String getBundleName()
public Long getBundleId()
public int getObjectId()
public BundleDescriptor.Type getType()
public String getState()