Package com.e1c.langtool.yandex
Class CorePlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
com.e1c.langtool.yandex.CorePlugin
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class CorePlugin
extends org.eclipse.core.runtime.Plugin
-
Field Summary
FieldsFields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CorePluginorg.eclipse.core.runtime.preferences.IEclipsePreferencesReturns the instance scope preferences for this plug-in.protected voidvoidstart(org.osgi.framework.BundleContext context) voidstop(org.osgi.framework.BundleContext context) Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
-
Field Details
-
PLUGIN_ID
- See Also:
-
-
Constructor Details
-
CorePlugin
public CorePlugin()
-
-
Method Details
-
getDefault
-
start
- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Overrides:
startin classorg.eclipse.core.runtime.Plugin- Throws:
Exception
-
stop
- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Overrides:
stopin classorg.eclipse.core.runtime.Plugin- Throws:
Exception
-
getPreferenceStore
public org.eclipse.core.runtime.preferences.IEclipsePreferences getPreferenceStore()Returns the instance scope preferences for this plug-in.- Returns:
- the instance scope preferences for this plug-in
-
initPreferences
protected void initPreferences()
-