Uses of Interface
org.eclipse.mat.inspections.osgi.model.IBundleReader

Packages that use IBundleReader
org.eclipse.mat.inspections.osgi.model These are utilities for the OSGi bundle queries. 
 

Uses of IBundleReader in org.eclipse.mat.inspections.osgi.model
 

Classes in org.eclipse.mat.inspections.osgi.model that implement IBundleReader
 class EquinoxBundleReader
           
 

Methods in org.eclipse.mat.inspections.osgi.model that return IBundleReader
static IBundleReader BundleReaderFactory.getBundleReader(ISnapshot snapshot)
          Check for the type of framework and return corresponding IBundleReader
 

Constructors in org.eclipse.mat.inspections.osgi.model with parameters of type IBundleReader
OSGiModel(IBundleReader bundleReader, java.util.List<BundleDescriptor> bundleDescriptors, java.util.List<Service> services, java.util.List<ExtensionPoint> extensionPoints)