Class ReportPlugin

java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.mat.report.internal.ReportPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class ReportPlugin extends Plugin
  • Field Details

  • Constructor Details

    • ReportPlugin

      public ReportPlugin()
  • Method Details

    • start

      public void start(org.osgi.framework.BundleContext context) throws Exception
      Specified by:
      start in interface org.osgi.framework.BundleActivator
      Overrides:
      start in class Plugin
      Throws:
      Exception
    • stop

      public void stop(org.osgi.framework.BundleContext context) throws Exception
      Specified by:
      stop in interface org.osgi.framework.BundleActivator
      Overrides:
      stop in class Plugin
      Throws:
      Exception
    • getDefault

      public static ReportPlugin getDefault()
    • getExtensionTracker

      public IExtensionTracker getExtensionTracker()
    • log

      public static void log(IStatus status)
    • log

      public static void log(Throwable e)
    • log

      public static void log(Throwable e, String message)
    • log

      public static void log(int status, String message)
    • onStop

      public static void onStop(Runnable r)