| Package | Description |
|---|---|
| org.eclipse.mat.inspections.osgi |
These are queries for examining OSGi bundles.
|
| org.eclipse.mat.inspections.osgi.model |
These are utilities for the OSGi bundle queries.
|
| Modifier and Type | Method and Description |
|---|---|
OSGiModel |
BundleRegistryQuery.BundleTreeResult.getModel() |
| Modifier and Type | Method and Description |
|---|---|
static BundleRegistryQuery.BundleTreeResult |
BundleRegistryQuery.Factory.create(OSGiModel model) |
static BundleRegistryQuery.BundleTreeResult |
BundleRegistryQuery.Factory.extensionPointsOnTop(OSGiModel model) |
static BundleRegistryQuery.BundleTreeResult |
BundleRegistryQuery.Factory.servicesOnTop(OSGiModel model) |
| Constructor and Description |
|---|
BundleTreeResult(OSGiModel model) |
ExtensionTreeResult(OSGiModel model) |
ServicesTreeResult(OSGiModel model) |
| Modifier and Type | Method and Description |
|---|---|
OSGiModel |
IBundleReader.readOSGiModel(IProgressListener listener)
get a model describing the OSGi framework
|
OSGiModel |
EquinoxBundleReader2.readOSGiModel(IProgressListener listener) |
OSGiModel |
EquinoxBundleReader.readOSGiModel(IProgressListener listener) |