Package com._1c.g5.v8.xmdb.impl
Class XmdbPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
com._1c.g5.v8.xmdb.impl.XmdbPlugin
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class XmdbPlugin
extends org.eclipse.core.runtime.Plugin
implements org.osgi.framework.BundleActivator
-
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 org.eclipse.core.runtime.IStatus
createErrorStatus
(String message, Exception e) Creates bundle statusstatic XmdbPlugin
Returns the shared instancestatic org.slf4j.Logger
static void
static void
logWarning
(String msg) void
start
(org.osgi.framework.BundleContext context) void
stop
(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
-
XmdbPlugin
public XmdbPlugin()The constructor
-
-
Method Details
-
getLogger
public static org.slf4j.Logger getLogger() -
logError
-
logWarning
-
start
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Overrides:
start
in classorg.eclipse.core.runtime.Plugin
- Throws:
Exception
-
stop
- Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
- Overrides:
stop
in classorg.eclipse.core.runtime.Plugin
- Throws:
Exception
-
getDefault
Returns the shared instance- Returns:
- the shared instance
-
createErrorStatus
Creates bundle status- Parameters:
message
-e
-- Returns:
-