Package org.eclipse.mat.report.internal
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 Summary
Fields Modifier and Type Field Description static String
PLUGIN_ID
-
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
-
-
Constructor Summary
Constructors Constructor Description ReportPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportPlugin
getDefault()
IExtensionTracker
getExtensionTracker()
static void
log(int status, String message)
static void
log(Throwable e)
static void
log(Throwable e, String message)
static void
log(IStatus status)
static void
onStop(Runnable r)
void
start(org.osgi.framework.BundleContext context)
void
stop(org.osgi.framework.BundleContext context)
-
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
-
-
-
-
Field Detail
-
PLUGIN_ID
public static final String PLUGIN_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext context) throws Exception
-
stop
public void stop(org.osgi.framework.BundleContext context) 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(int status, String message)
-
onStop
public static void onStop(Runnable r)
-
-