Class BundleReaderFactory
- java.lang.Object
-
- org.eclipse.mat.inspections.osgi.model.BundleReaderFactory
-
public class BundleReaderFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BundleReaderFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IBundleReader
getBundleReader(ISnapshot snapshot)
Check for the type of framework and return corresponding IBundleReader
-
-
-
Method Detail
-
getBundleReader
public static IBundleReader getBundleReader(ISnapshot snapshot) throws SnapshotException
Check for the type of framework and return corresponding IBundleReader- Parameters:
snapshot
-- Returns:
- IBundleReader
- Throws:
SnapshotException
-
-