org.eclipse.mat.hprof
Class HprofPlugin

java.lang.Object
  extended by Plugin
      extended by org.eclipse.mat.hprof.HprofPlugin

public class HprofPlugin
extends Plugin


Constructor Summary
HprofPlugin()
           
 
Method Summary
static HprofPlugin getDefault()
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HprofPlugin

public HprofPlugin()
Method Detail

start

public void start(BundleContext context)
           throws Exception
Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception
Throws:
Exception

getDefault

public static HprofPlugin getDefault()