Method Summary |
|
public static DB2Plugin | getDefault() Returns the shared instance. |
public static ImageDescriptor | getImageDescriptor(String path) Returns an image descriptor for the image file at the given plug-in relative path. |
public static boolean | isDebugging(String trace) Performs the Platform.getDebugOption true check on the provided trace
Note: ProjectUIPlugin.getDefault().isDebugging() must also be on. |
public static void | log(String message, Throwable t) Logs the Throwable in the plugin's log. |
public void | start(BundleContext context) |
public void | stop(BundleContext context) |
public static void | trace(String message, Throwable e) |