public class ReportPlugin
extends org.eclipse.core.runtime.Plugin
| Constructor and Description |
|---|
ReportPlugin() |
| Modifier and Type | Method and Description |
|---|---|
static ReportPlugin |
getDefault() |
org.eclipse.core.runtime.dynamichelpers.IExtensionTracker |
getExtensionTracker() |
static void |
log(int status,
String message) |
static void |
log(org.eclipse.core.runtime.IStatus status) |
static void |
log(Throwable e) |
static void |
log(Throwable e,
String message) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public static final String PLUGIN_ID
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.core.runtime.PluginExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.core.runtime.PluginExceptionpublic static ReportPlugin getDefault()
public org.eclipse.core.runtime.dynamichelpers.IExtensionTracker getExtensionTracker()
public static void log(org.eclipse.core.runtime.IStatus status)
public static void log(Throwable e)
public static void log(int status,
String message)