Class BundleFragment
java.lang.Object
org.eclipse.mat.inspections.osgi.model.Bundle
org.eclipse.mat.inspections.osgi.model.BundleFragment
-
Constructor Summary
ConstructorDescriptionBundleFragment
(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) -
Method Summary
Methods inherited from class org.eclipse.mat.inspections.osgi.model.Bundle
getBundleDescriptor, getDependencies, getDependents, getExtentionPoints, getExtentions, getFragments, getLocation, getRegisteredServices, getUsedServices
-
Constructor Details
-
BundleFragment
-
BundleFragment
public BundleFragment(BundleDescriptor descriptor, String location, BundleDescriptor host, List<BundleDescriptor> dependencies, List<BundleDescriptor> dependents, List<ExtensionPoint> points, List<Extension> extensions)
-
-
Method Details
-
getHost
- Returns:
- resolved host that this fragment is attached to
-