Package | Description |
---|---|
org.eclipse.emf.compare.match.resource |
Modifier and Type | Class and Description |
---|---|
class |
NameMatchingStrategy
This implementation of a matching strategy will only use String equality on the resource names to try and
find resource mappings.
|
class |
NameSimilarityMatchingStrategy
This implementation of a matching strategy will try and determine the resource mappings through the
similarity of their names.
|
class |
RootIDMatchingStrategy
This implementation of a matching strategy checks for the IDs of the resources' roots, and consider that
resources match if the identifiers of their roots do.
|
Modifier and Type | Method and Description |
---|---|
protected IResourceMatchingStrategy[] |
StrategyResourceMatcher.getResourceMatchingStrategies()
Returns the matching strategies that are to be used by this resource matcher.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.