|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.eclipse.datatools.sqltools.parsers.sql.query.SQLQueryParserPlugin
public class SQLQueryParserPlugin
The main plugin class to be used in the desktop. TODO: contact ckadner@us.ibm.com to get this clean here
Field Summary | |
---|---|
static java.lang.String |
EXTENSION_ATTRIBUTE_FROMVERSION
|
static java.lang.String |
EXTENSION_ATTRIBUTE_PARSERMANAGER
|
static java.lang.String |
EXTENSION_ATTRIBUTE_PRODUCT
|
static java.lang.String |
EXTENSION_ATTRIBUTE_TOVERSION
|
static java.lang.String |
EXTENSION_CONFIGURATION_TAG
|
static java.lang.String |
EXTENSION_POINT_ID
|
static java.lang.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 | |
---|---|
SQLQueryParserPlugin()
The constructor. |
Method Summary | |
---|---|
static SQLQueryParserPlugin |
getDefault()
Returns the shared instance. |
java.util.ResourceBundle |
getResourceBundle()
Returns the plugin's resource bundle, |
static java.lang.String |
getResourceString(java.lang.String key)
Returns the string from the plugin's resource bundle, or 'key' if not found. |
void |
registryChanged(org.eclipse.core.runtime.IRegistryChangeEvent event)
Reprocesses the registration of SQLQueryParserManager
extensions. |
void |
start(org.osgi.framework.BundleContext context)
This method is called upon plug-in activation. |
void |
stop(org.osgi.framework.BundleContext context)
This method is called when the plug-in is stopped |
Methods inherited from class org.eclipse.core.runtime.Plugin |
---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PLUGIN_ID
public static final java.lang.String EXTENSION_POINT_ID
public static final java.lang.String EXTENSION_CONFIGURATION_TAG
public static final java.lang.String EXTENSION_ATTRIBUTE_PRODUCT
public static final java.lang.String EXTENSION_ATTRIBUTE_TOVERSION
public static final java.lang.String EXTENSION_ATTRIBUTE_FROMVERSION
public static final java.lang.String EXTENSION_ATTRIBUTE_PARSERMANAGER
Constructor Detail |
---|
public SQLQueryParserPlugin()
Method Detail |
---|
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.core.runtime.Plugin
context
-
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.core.runtime.Plugin
context
-
java.lang.Exception
public static SQLQueryParserPlugin getDefault()
public static java.lang.String getResourceString(java.lang.String key)
public java.util.ResourceBundle getResourceBundle()
public void registryChanged(org.eclipse.core.runtime.IRegistryChangeEvent event)
SQLQueryParserManager
extensions.
registryChanged
in interface org.eclipse.core.runtime.IRegistryChangeListener
IRegistryChangeListener.registryChanged(org.eclipse.core.runtime.IRegistryChangeEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |