Class EMFComparePreferences


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

      • DIFF_ENGINES

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

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

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

        public static final String CONFLICTS_DETECTOR
        Conflicts detector preference. (Key to use in the registry to retrieve the engine descriptor).
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • DISABLED_POST_PROCESSOR

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

        public static final String DISABLED_ADAPTER_FACTORY
        Disabled adapter factories preference.
        See Also:
        Constant Field Values
    • Method Detail

      • getDisabledAdapterFactoryDescriptorIds

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