Class EMFModelResourceTester

java.lang.Object
org.eclipse.core.expressions.PropertyTester
org.eclipse.emf.compare.ide.ui.internal.logical.EMFModelResourceTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class EMFModelResourceTester extends org.eclipse.core.expressions.PropertyTester
Property tester specifying whether an IFile should be treated as EMF model resource and hence should be handled by EMF Compare.

This tester takes into account all extensions registered via org.eclipse.emf.compare.ide.modelInclusionTester to determine whether a given resource should be treated as EMF model resource and returns true if any of the registered modelInclusionTexter extensions specify that a file should be treated as EMF model resource.

  • Constructor Details

    • EMFModelResourceTester

      public EMFModelResourceTester()
  • Method Details