org.eclipse.mat.inspections.osgi.model
Class BundleFragment

java.lang.Object
  extended by org.eclipse.mat.inspections.osgi.model.Bundle
      extended by org.eclipse.mat.inspections.osgi.model.BundleFragment

public class BundleFragment
extends Bundle


Constructor Summary
BundleFragment(BundleDescriptor descriptor, String location, BundleDescriptor host)
           
 
Method Summary
 BundleDescriptor getHost()
           
 
Methods inherited from class org.eclipse.mat.inspections.osgi.model.Bundle
getBundleDescriptor, getDependencies, getDependents, getExtentionPoints, getExtentions, getFragments, getLocation, getRegisteredServices, getUsedServices
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleFragment

public BundleFragment(BundleDescriptor descriptor,
                      String location,
                      BundleDescriptor host)
Method Detail

getHost

public BundleDescriptor getHost()
Returns:
resolved host that this fragment is attached to