public class EMFModelResourceTester
extends org.eclipse.core.expressions.PropertyTester
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 and Description |
---|
EMFModelResourceTester() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(Object receiver,
String property,
Object[] args,
Object expectedValue) |
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.