Class PreferencesPropertyTester

java.lang.Object
org.eclipse.core.expressions.PropertyTester
org.eclipse.emf.compare.rcp.internal.preferences.PreferencesPropertyTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class PreferencesPropertyTester extends org.eclipse.core.expressions.PropertyTester
A tester for values of properties.

This tester supports one property, named "preferenceValueEquals" (see PREFERENCE_VALUE_EQUALS), which takes two arguments:

  1. The qualifier of the preference
  2. The preference key of the preference
  • Constructor Details

    • PreferencesPropertyTester

      public PreferencesPropertyTester()
  • Method Details