Class EquinoxBundleReader
- java.lang.Object
-
- org.eclipse.mat.inspections.osgi.model.EquinoxBundleReader
-
- All Implemented Interfaces:
IBundleReader
public class EquinoxBundleReader extends java.lang.Object implements IBundleReader
-
-
Constructor Summary
Constructors Constructor Description EquinoxBundleReader(ISnapshot snapshot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bundle
getBundle(BundleDescriptor descriptor)
Load the bundle by its descriptorOSGiModel
readOSGiModel(IProgressListener listener)
get a model describing the OSGi framework
-
-
-
Constructor Detail
-
EquinoxBundleReader
public EquinoxBundleReader(ISnapshot snapshot)
-
-
Method Detail
-
readOSGiModel
public OSGiModel readOSGiModel(IProgressListener listener) throws SnapshotException
Description copied from interface:IBundleReader
get a model describing the OSGi framework- Specified by:
readOSGiModel
in interfaceIBundleReader
- Returns:
- OSGi model
- Throws:
SnapshotException
-
getBundle
public Bundle getBundle(BundleDescriptor descriptor) throws SnapshotException
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
-
-