|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.inspections.osgi.model.OSGiModel
public class OSGiModel
Constructor Summary | |
---|---|
OSGiModel(IBundleReader bundleReader,
List<BundleDescriptor> bundleDescriptors,
List<Service> services,
List<ExtensionPoint> extensionPoints)
|
Method Summary | |
---|---|
Bundle |
getBundle(BundleDescriptor descriptor)
Get bundle by its descriptor |
List<BundleDescriptor> |
getBundleDescriptors()
Get descriptors of all the bundles, found in BundleRepository |
List<ExtensionPoint> |
getExtensionPoints()
Get all the extension points found in ExtensionRegistry |
List<Service> |
getServices()
Get all the services found in ServiceRegistry |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSGiModel(IBundleReader bundleReader, List<BundleDescriptor> bundleDescriptors, List<Service> services, List<ExtensionPoint> extensionPoints)
Method Detail |
---|
public List<BundleDescriptor> getBundleDescriptors()
public Bundle getBundle(BundleDescriptor descriptor) throws SnapshotException
descriptor
-
SnapshotException
public List<Service> getServices()
public List<ExtensionPoint> getExtensionPoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |