Package | Description |
---|---|
org.eclipse.mat.inspections.osgi.model |
These are utilities for the OSGi bundle queries.
|
org.eclipse.mat.inspections.osgi.model.eclipse |
These are utilities for Eclipse OSGi bundle queries.
|
Modifier and Type | Method and Description |
---|---|
BundleDescriptor |
Service.getBundleDescriptor()
Get bundle descriptor of a bundle, that registers this service
|
BundleDescriptor |
Bundle.getBundleDescriptor() |
BundleDescriptor |
BundleFragment.getHost() |
Modifier and Type | Method and Description |
---|---|
List<BundleDescriptor> |
OSGiModel.getBundleDescriptors()
Get descriptors of all the bundles, found in BundleRepository
|
List<BundleDescriptor> |
Service.getBundlesUsing()
Get bundle descriptors for all the bundles, using this service
|
List<BundleDescriptor> |
Bundle.getDependencies() |
List<BundleDescriptor> |
Bundle.getDependents() |
List<BundleDescriptor> |
Bundle.getFragments() |
Modifier and Type | Method and Description |
---|---|
Bundle |
OSGiModel.getBundle(BundleDescriptor descriptor)
Get bundle by its descriptor
|
Bundle |
IBundleReader.getBundle(BundleDescriptor descriptor)
Load the bundle by its descriptor
|
Bundle |
EquinoxBundleReader2.getBundle(BundleDescriptor descriptor) |
Bundle |
EquinoxBundleReader.getBundle(BundleDescriptor descriptor) |
Constructor and Description |
---|
Bundle(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) |
Modifier and Type | Method and Description |
---|---|
BundleDescriptor |
ExtensionPoint.getContributedBy()
Get descriptor of the bundle contributing this extension point
|
BundleDescriptor |
Extension.getContributedBy()
Get descriptor of the bundle contributing this extension
|
BundleDescriptor |
ConfigurationElement.getContributingBundle()
Descriptor of the bundle contributing this element.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionPoint.setContributedBy(BundleDescriptor contributedBy) |
void |
Extension.setContributedBy(BundleDescriptor contributedBy) |
Constructor and Description |
---|
ConfigurationElement(int objectId,
String name,
Integer parentId,
Integer elementId,
BundleDescriptor contributingBundle,
String[] propertiesAndValues) |