Class EMFComparePreferences

java.lang.Object
org.eclipse.emf.compare.rcp.internal.preferences.EMFComparePreferences

public final class EMFComparePreferences extends Object
Preferences constants and utilities for the EMF Compare RCP plug-in.
  • Field Details

    • DIFF_ENGINES

      public static final String DIFF_ENGINES
      Differences Engine preference. (Key to use in the registry to retrieve the engine descriptor).
      See Also:
    • EQUI_ENGINES

      public static final String EQUI_ENGINES
      Equivalences Engine preference. (Key to use in the registry to retrieve the engine descriptor).
      See Also:
    • REQ_ENGINES

      public static final String REQ_ENGINES
      Requirements Engine preference. (Key to use in the registry to retrieve the engine descriptor).
      See Also:
    • CONFLICTS_DETECTOR

      public static final String CONFLICTS_DETECTOR
      Conflicts detector preference. (Key to use in the registry to retrieve the engine descriptor).
      See Also:
    • MATCH_ENGINE_DISABLE_ENGINES

      public static final String MATCH_ENGINE_DISABLE_ENGINES
      Disabled match engine preference. (Key to use in the registry to retrieve the engine descriptor).
      See Also:
    • DISABLED_POST_PROCESSOR

      public static final String DISABLED_POST_PROCESSOR
      Disabled post processors preference.
      See Also:
    • DISABLED_ADAPTER_FACTORY

      public static final String DISABLED_ADAPTER_FACTORY
      Disabled adapter factories preference.
      See Also:
    • LOG_LEVEL_KEY

      public static final String LOG_LEVEL_KEY
      Preference key for log level.
      See Also:
    • LOG_LEVEL_DEFAULT

      public static final String LOG_LEVEL_DEFAULT
      Default log level.
      See Also:
  • Method Details

    • getDisabledAdapterFactoryDescriptorIds

      public static List<String> getDisabledAdapterFactoryDescriptorIds()
      Gets the ids of all disabled EMF Compare adapter factory descriptors.
      Returns:
      List of ids;