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
      • LOG_BACKUP_COUNT_KEY

        public static final String LOG_BACKUP_COUNT_KEY
        Preference key for log4j backup file max number.
        See Also:
        Constant Field Values
      • LOG_FILE_MAX_SIZE_KEY

        public static final String LOG_FILE_MAX_SIZE_KEY
        Preference key for log4j maximum file size.
        See Also:
        Constant Field Values
      • LOG_BACKUP_DEFAULT

        public static final int LOG_BACKUP_DEFAULT
        Default log4j backup file max number.
        See Also:
        Constant Field Values
      • LOG_FILE_SIZE_DEFAULT

        public static final int LOG_FILE_SIZE_DEFAULT
        Default log4j maximum file size.
        See Also:
        Constant Field Values
      • LOG_PATTERN

        public static final String LOG_PATTERN
        Pattern used for log4j logging.
         Date [Thread name] LEVEL 3.last.segments.of.logger.name  - message\n
         
        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;