Class EquinoxBundleReader2
java.lang.Object
org.eclipse.mat.inspections.osgi.model.EquinoxBundleReader2
- All Implemented Interfaces:
IBundleReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBundle
(BundleDescriptor descriptor) Load the bundle by its descriptorreadOSGiModel
(IProgressListener listener) get a model describing the OSGi framework
-
Constructor Details
-
EquinoxBundleReader2
-
-
Method Details
-
readOSGiModel
Description copied from interface:IBundleReader
get a model describing the OSGi framework- Specified by:
readOSGiModel
in interfaceIBundleReader
- Returns:
- OSGi model
- Throws:
SnapshotException
-
getBundle
Description copied from interface:IBundleReader
Load the bundle by its descriptor- Specified by:
getBundle
in interfaceIBundleReader
- Returns:
- Bundle, which contains full information (dependencies, dependents, services, extension points, extensions)
- Throws:
SnapshotException
-