Uses of Class
org.eclipse.mat.inspections.osgi.model.BundleDescriptor
Packages that use BundleDescriptor
Package
Description
These are utilities for the OSGi bundle queries.
These are utilities for Eclipse OSGi bundle queries.
-
Uses of BundleDescriptor in org.eclipse.mat.inspections.osgi.model
Methods in org.eclipse.mat.inspections.osgi.model that return BundleDescriptorModifier and TypeMethodDescriptionBundle.getBundleDescriptor()
Service.getBundleDescriptor()
Get bundle descriptor of a bundle, that registers this serviceBundleFragment.getHost()
Methods in org.eclipse.mat.inspections.osgi.model that return types with arguments of type BundleDescriptorModifier and TypeMethodDescriptionOSGiModel.getBundleDescriptors()
Get descriptors of all the bundles, found in BundleRepositoryService.getBundlesUsing()
Get bundle descriptors for all the bundles, using this serviceBundle.getDependencies()
Bundle.getDependents()
Bundle.getFragments()
Methods in org.eclipse.mat.inspections.osgi.model with parameters of type BundleDescriptorModifier and TypeMethodDescriptionEquinoxBundleReader.getBundle
(BundleDescriptor descriptor) EquinoxBundleReader2.getBundle
(BundleDescriptor descriptor) IBundleReader.getBundle
(BundleDescriptor descriptor) Load the bundle by its descriptorOSGiModel.getBundle
(BundleDescriptor descriptor) Get bundle by its descriptorConstructors in org.eclipse.mat.inspections.osgi.model with parameters of type BundleDescriptorModifierConstructorDescriptionBundle
(BundleDescriptor descriptor, String location, List<BundleDescriptor> dependencies, List<BundleDescriptor> dependents, List<ExtensionPoint> extensionPoints, List<Extension> extensions, List<Service> registeredServices, List<Service> usedServices, List<BundleDescriptor> fragments) BundleFragment
(BundleDescriptor descriptor, String location, BundleDescriptor host) BundleFragment
(BundleDescriptor descriptor, String location, BundleDescriptor host, List<BundleDescriptor> dependencies, List<BundleDescriptor> dependents, List<ExtensionPoint> points, List<Extension> extensions) Service
(String name, int objectId, BundleDescriptor bundleDescriptor, List<BundleDescriptor> bundlesUsing, String[] keys, String[] values) Constructor parameters in org.eclipse.mat.inspections.osgi.model with type arguments of type BundleDescriptorModifierConstructorDescriptionBundle
(BundleDescriptor descriptor, String location, List<BundleDescriptor> dependencies, List<BundleDescriptor> dependents, List<ExtensionPoint> extensionPoints, List<Extension> extensions, List<Service> registeredServices, List<Service> usedServices, List<BundleDescriptor> fragments) BundleFragment
(BundleDescriptor descriptor, String location, BundleDescriptor host, List<BundleDescriptor> dependencies, List<BundleDescriptor> dependents, List<ExtensionPoint> points, List<Extension> extensions) OSGiModel
(IBundleReader bundleReader, List<BundleDescriptor> bundleDescriptors, List<Service> services, List<ExtensionPoint> extensionPoints) Service
(String name, int objectId, BundleDescriptor bundleDescriptor, List<BundleDescriptor> bundlesUsing, String[] keys, String[] values) -
Uses of BundleDescriptor in org.eclipse.mat.inspections.osgi.model.eclipse
Methods in org.eclipse.mat.inspections.osgi.model.eclipse that return BundleDescriptorModifier and TypeMethodDescriptionExtension.getContributedBy()
Get descriptor of the bundle contributing this extensionExtensionPoint.getContributedBy()
Get descriptor of the bundle contributing this extension pointConfigurationElement.getContributingBundle()
Descriptor of the bundle contributing this element.Methods in org.eclipse.mat.inspections.osgi.model.eclipse with parameters of type BundleDescriptorModifier and TypeMethodDescriptionvoid
Extension.setContributedBy
(BundleDescriptor contributedBy) void
ExtensionPoint.setContributedBy
(BundleDescriptor contributedBy) Constructors in org.eclipse.mat.inspections.osgi.model.eclipse with parameters of type BundleDescriptorModifierConstructorDescriptionConfigurationElement
(int objectId, String name, Integer parentId, Integer elementId, BundleDescriptor contributingBundle, String[] propertiesAndValues)