| net.refractions.udig.catalog.hsql.internal.HsqlPlugin
HsqlPlugin | public class HsqlPlugin extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
Field Summary | |
final public static String | ID |
Constructor Summary | |
public | HsqlPlugin() The constructor. |
HsqlPlugin | public HsqlPlugin()(Code) | | The constructor.
|
getDefault | public static HsqlPlugin getDefault()(Code) | | Returns the shared instance.
|
getImageDescriptor | public static ImageDescriptor getImageDescriptor(String path)(Code) | | Returns an image descriptor for the image file at the given
plug-in relative path.
Parameters: path - the path the image descriptor |
getResourceBundle | public ResourceBundle getResourceBundle()(Code) | | Returns the plugin's resource bundle,
x |
getResourceString | public static String getResourceString(String key)(Code) | | Returns the string from the plugin's resource bundle,
or 'key' if not found.
Parameters: key - x |
log | public static void log(String message, Throwable t)(Code) | | Logs the Throwable in the plugin's log.
This will be a user visable ERROR iff:
- t is an Exception we are assuming it is human readable or if a message is provided
Parameters: message - Parameters: t - |
start | public void start(BundleContext context) throws Exception(Code) | | This method is called upon plug-in activation
|
stop | public void stop(BundleContext context) throws Exception(Code) | | This method is called when the plug-in is stopped
|
|
|