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