Package | Description |
---|---|
org.eclipse.mat.inspections.osgi.model |
These are utilities for the OSGi bundle queries.
|
Modifier and Type | Method and Description |
---|---|
BundleDescriptor.Type |
BundleDescriptor.getType()
Get bundle's type (fragment or bundle)
|
static BundleDescriptor.Type |
BundleDescriptor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleDescriptor.Type[] |
BundleDescriptor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BundleDescriptor(int objectId,
Long bundleId,
String bundleName,
String state,
BundleDescriptor.Type type) |