Class EMFComparePreferences
java.lang.Object
org.eclipse.emf.compare.rcp.internal.preferences.EMFComparePreferences
public final class EMFComparePreferences
extends java.lang.Object
Preferences constants and utilities for the EMF Compare RCP plug-in.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFLICTS_DETECTORConflicts detector preference.static java.lang.StringDIFF_ENGINESDifferences Engine preference.static java.lang.StringDISABLED_ADAPTER_FACTORYDisabled adapter factories preference.static java.lang.StringDISABLED_POST_PROCESSORDisabled post processors preference.static java.lang.StringEQUI_ENGINESEquivalences Engine preference.static java.lang.StringLOG_LEVEL_DEFAULTDefault log level.static java.lang.StringLOG_LEVEL_KEYPreference key for log level.static java.lang.StringMATCH_ENGINE_DISABLE_ENGINESDisabled match engine preference.static java.lang.StringREQ_ENGINESRequirements Engine preference. -
Method Summary
Modifier and Type Method Description static java.util.List<java.lang.String>getDisabledAdapterFactoryDescriptorIds()Gets the ids of all disabled EMF Compare adapter factory descriptors.
-
Field Details
-
DIFF_ENGINES
public static final java.lang.String DIFF_ENGINESDifferences Engine preference. (Key to use in the registry to retrieve the engine descriptor).- See Also:
- Constant Field Values
-
EQUI_ENGINES
public static final java.lang.String EQUI_ENGINESEquivalences Engine preference. (Key to use in the registry to retrieve the engine descriptor).- See Also:
- Constant Field Values
-
REQ_ENGINES
public static final java.lang.String REQ_ENGINESRequirements Engine preference. (Key to use in the registry to retrieve the engine descriptor).- See Also:
- Constant Field Values
-
CONFLICTS_DETECTOR
public static final java.lang.String CONFLICTS_DETECTORConflicts 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 java.lang.String MATCH_ENGINE_DISABLE_ENGINESDisabled 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 java.lang.String DISABLED_POST_PROCESSORDisabled post processors preference.- See Also:
- Constant Field Values
-
DISABLED_ADAPTER_FACTORY
public static final java.lang.String DISABLED_ADAPTER_FACTORYDisabled adapter factories preference.- See Also:
- Constant Field Values
-
LOG_LEVEL_KEY
public static final java.lang.String LOG_LEVEL_KEYPreference key for log level.- See Also:
- Constant Field Values
-
LOG_LEVEL_DEFAULT
public static final java.lang.String LOG_LEVEL_DEFAULTDefault log level.- See Also:
- Constant Field Values
-
-
Method Details
-
getDisabledAdapterFactoryDescriptorIds
public static java.util.List<java.lang.String> getDisabledAdapterFactoryDescriptorIds()Gets the ids of all disabled EMF Compare adapter factory descriptors.- Returns:
- List of ids;
-