Uses of Interface
org.eclipse.emf.compare.MatchResource
Package
Description
-
Uses of MatchResource in org.eclipse.emf.compare
Modifier and TypeMethodDescriptionCompareFactory.createMatchResource()
Returns a new object of class 'Match Resource'.Modifier and TypeMethodDescriptionComparison.getMatchedResources()
Returns the value of the 'Matched Resources' containment reference list. -
Uses of MatchResource in org.eclipse.emf.compare.conflict
Modifier and TypeMethodDescriptionprotected MatchResource
DefaultConflictDetector.getMatchResource
(Comparison comparison, Resource resource) Returns the MatchResource corresponding to the givenresource
. -
Uses of MatchResource in org.eclipse.emf.compare.diff
Modifier and TypeMethodDescriptionvoid
DiffBuilder.resourceLocationChange
(MatchResource matchResource, String baseLocation, String changedLocation, DifferenceKind kind, DifferenceSource source) Deprecated.void
IDiffProcessor.resourceLocationChange
(MatchResource matchResource, String baseLocation, String changedLocation, DifferenceKind kind, DifferenceSource source) This will be called whenever the diff engine detects the change of a Resource location. -
Uses of MatchResource in org.eclipse.emf.compare.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Match Resource'.Modifier and TypeFieldDescriptionprotected EList<MatchResource>
ComparisonImpl.matchedResources
The cached value of the 'Matched Resources
' containment reference list. -
Uses of MatchResource in org.eclipse.emf.compare.internal.conflict
Modifier and TypeMethodDescriptionprotected MatchResource
AbstractConflictSearch.getMatchResource
(Resource resource) Returns the MatchResource corresponding to the givenresource
. -
Uses of MatchResource in org.eclipse.emf.compare.match.resource
Modifier and TypeMethodDescriptionprotected static MatchResource
LocationMatchingStrategy.createMatchResource
(Resource left, Resource right, Resource origin) Creates aMatchResource
instance and sets all three resources of the mapping on it.protected static MatchResource
NameMatchingStrategy.createMatchResource
(Resource left, Resource right, Resource origin) Creates aMatchResource
instance and sets all three resources of the mapping on it.protected static MatchResource
NameSimilarityMatchingStrategy.createMatchResource
(Resource left, Resource right, Resource origin) Creates aMatchResource
instance and sets all three resources of the mapping on it.protected MatchResource
RootIDMatchingStrategy.createMatchResource
(Resource left, Resource right, Resource origin) Creates aMatchResource
instance and sets all three resources of the mapping on it.protected static MatchResource
StrategyResourceMatcher.createMatchResource
(Resource left, Resource right, Resource origin) Creates aMatchResource
instance and sets all three resources of the mapping on it.Modifier and TypeMethodDescriptionIResourceMatcher.createMappings
(Iterator<? extends Resource> leftResources, Iterator<? extends Resource> rightResources, Iterator<? extends Resource> originResources) This will be called by the engine in order to retrieve the mappings created by this matcher.StrategyResourceMatcher.createMappings
(Iterator<? extends Resource> leftResources, Iterator<? extends Resource> rightResources, Iterator<? extends Resource> originResources) This will be called by the engine in order to retrieve the mappings created by this matcher.IResourceMatchingStrategy.matchResources
(Iterable<? extends Resource> left, Iterable<? extends Resource> right, Iterable<? extends Resource> origin) This will be called by the resource matcher in order to determine the matching between n resources.LocationMatchingStrategy.matchResources
(Iterable<? extends Resource> left, Iterable<? extends Resource> right, Iterable<? extends Resource> origin) This will be called by the resource matcher in order to determine the matching between n resources.NameMatchingStrategy.matchResources
(Iterable<? extends Resource> left, Iterable<? extends Resource> right, Iterable<? extends Resource> origin) This will be called by the resource matcher in order to determine the matching between n resources.NameSimilarityMatchingStrategy.matchResources
(Iterable<? extends Resource> left, Iterable<? extends Resource> right, Iterable<? extends Resource> origin) This will be called by the resource matcher in order to determine the matching between n resources.RootIDMatchingStrategy.matchResources
(Iterable<? extends Resource> left, Iterable<? extends Resource> right, Iterable<? extends Resource> origin) Matches the given resources according to the IDs found in their roots. -
Uses of MatchResource in org.eclipse.emf.compare.merge
Modifier and TypeMethodDescriptionprotected MatchResource
ResourceAttachmentChangeMerger.getMatchResource
(Comparison comparison, Resource resource) Returns the MatchResource corresponding to the givenresource
. -
Uses of MatchResource in org.eclipse.emf.compare.provider.spec
Modifier and TypeMethodDescriptionstatic final com.google.common.base.Predicate<ResourceAttachmentChange>
MatchResourceItemProviderSpec.uriDifferentFromAll
(MatchResource matchResource) Predicate to check if the URI of the current attachment change is different from all the URIs of the resources matched by the givenMatchResource
. -
Uses of MatchResource in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
Modifier and TypeMethodDescriptionprotected MatchResourceNode
BasicDifferenceGroupImpl.buildSubTree
(MatchResource matchResource, Set<ResourceAttachmentChange> attachmentChanges) Build the sub tree of the givenMatchResource
.protected MatchResourceNode
ByResourceGroupProvider.ResourceGroup.buildSubTree
(MatchResource matchResource, Set<ResourceAttachmentChange> attachmentChanges) Build the sub tree of the givenMatchResource
.protected MatchResourceNode
BasicDifferenceGroupImpl.createMatchResourceNode
(MatchResource matchResource) Create a matchResource node. -
Uses of MatchResource in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes
Modifier and TypeMethodDescriptionMatchResourceNode.getMatchResource()
Getter for the match resource represented by this TreeNode. -
Uses of MatchResource in org.eclipse.emf.compare.util
Modifier and TypeMethodDescriptionCompareSwitch.caseMatchResource
(MatchResource object) Returns the result of interpreting the object as an instance of 'Match Resource'.
ResourceLocationChange
s have been replaced byResourceAttachmentChange
s of kind Move.