|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtensionPoint | |
|---|---|
| org.eclipse.mat.inspections.osgi.model | These are utilities for the OSGi bundle queries. |
| Uses of ExtensionPoint in org.eclipse.mat.inspections.osgi.model |
|---|
| Methods in org.eclipse.mat.inspections.osgi.model that return types with arguments of type ExtensionPoint | |
|---|---|
java.util.List<ExtensionPoint> |
OSGiModel.getExtensionPoints()
Get all the extension points found in ExtensionRegistry |
java.util.List<ExtensionPoint> |
Bundle.getExtentionPoints()
|
| Constructor parameters in org.eclipse.mat.inspections.osgi.model with type arguments of type ExtensionPoint | |
|---|---|
Bundle(BundleDescriptor descriptor,
java.lang.String location,
java.util.List<BundleDescriptor> dependencies,
java.util.List<BundleDescriptor> dependents,
java.util.List<ExtensionPoint> extensionPoints,
java.util.List<Extension> extensions,
java.util.List<Service> registeredServices,
java.util.List<Service> usedServices,
java.util.List<BundleDescriptor> fragments)
|
|
OSGiModel(IBundleReader bundleReader,
java.util.List<BundleDescriptor> bundleDescriptors,
java.util.List<Service> services,
java.util.List<ExtensionPoint> extensionPoints)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||