Package org.eclipse.emf.compare.match.resource
-
Interface Summary Interface Description IResourceMatcher AnIResourceMatcher
will be used to match two or threeResource
s together; depending on whether we are doing a two or three way comparison.IResourceMatchingStrategy AStrategyResourceMatcher
will be used to match two or threeResource
s together; depending on whether we are doing a two or three way comparison. -
Class Summary Class Description LocationMatchingStrategy This implementation of a matching strategy will only use String equality on the resource URIs to try and find resource mappings.NameMatchingStrategy This implementation of a matching strategy will only use String equality on the resource names to try and find resource mappings.NameSimilarityMatchingStrategy This implementation of a matching strategy will try and determine the resource mappings through the similarity of their names.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.StrategyResourceMatcher AStrategyResourceMatcher
will be used to match two or threeResource
s together; depending on whether we are doing a two or three way comparison.