Class EMFCompareIDEPlugin

java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.emf.compare.ide.EMFCompareIDEPlugin
All Implemented Interfaces:
BundleActivator

public class EMFCompareIDEPlugin
extends org.eclipse.core.runtime.Plugin
The activator class controls the plug-in life cycle.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String PLUGIN_ID
    The plug-in 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

    Constructors 
    Constructor Description
    EMFCompareIDEPlugin()  
  • Method Summary

    Modifier and Type Method Description
    static EMFCompareIDEPlugin getDefault()
    Returns the shared instance.
    ModelInclusionTesterRegistry getModelInclusionTesterRegistry()
    Returns the ModelInclusionTesterRegistry.
    ResourceSetHookRegistry getResourceSetHookRegistry()
    void log​(int severity, java.lang.String message)
    Log the given message with the given severity to the logger of this plugin.
    void log​(java.lang.Throwable throwable)
    Log the given exception to the logger of this plugin.
    void start​(BundleContext context)
    void stop​(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait