public class MATPlugin
extends org.eclipse.core.runtime.Plugin
Constructor and Description |
---|
MATPlugin() |
Modifier and Type | Method and Description |
---|---|
static MATPlugin |
getDefault() |
org.eclipse.core.runtime.dynamichelpers.IExtensionTracker |
getExtensionTracker() |
static void |
log(int severity,
String message) |
static void |
log(org.eclipse.core.runtime.IStatus status) |
static void |
log(String message) |
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.BundleActivator
start
in class org.eclipse.core.runtime.Plugin
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.core.runtime.Plugin
Exception
public static MATPlugin 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(String message)
public static void log(int severity, String message)