Uses of Interface
org.eclipse.emf.compare.MatchResource
Packages that use MatchResource
Package
Description
-
Uses of MatchResource in org.eclipse.emf.compare
Methods in org.eclipse.emf.compare that return MatchResourceModifier and TypeMethodDescriptionCompareFactory.createMatchResource()
Returns a new object of class 'Match Resource'.Methods in org.eclipse.emf.compare that return types with arguments of type MatchResourceModifier and TypeMethodDescriptionComparison.getMatchedResources()
Returns the value of the 'Matched Resources' containment reference list. -
Uses of MatchResource in org.eclipse.emf.compare.conflict
Methods in org.eclipse.emf.compare.conflict that return MatchResourceModifier 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
Methods in org.eclipse.emf.compare.diff with parameters of type MatchResourceModifier 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
Classes in org.eclipse.emf.compare.impl that implement MatchResourceModifier and TypeClassDescriptionclass
An implementation of the model object 'Match Resource'.Fields in org.eclipse.emf.compare.impl with type parameters of type MatchResourceModifier and TypeFieldDescriptionprotected EList<MatchResource>
ComparisonImpl.matchedResources
The cached value of the 'Matched Resources
' containment reference list.Methods in org.eclipse.emf.compare.impl that return MatchResourceMethods in org.eclipse.emf.compare.impl that return types with arguments of type MatchResource -
Uses of MatchResource in org.eclipse.emf.compare.internal.conflict
Methods in org.eclipse.emf.compare.internal.conflict that return MatchResourceModifier and TypeMethodDescriptionprotected MatchResource
AbstractConflictSearch.getMatchResource
(Resource resource) Returns the MatchResource corresponding to the givenresource
. -
Uses of MatchResource in org.eclipse.emf.compare.match.resource
Methods in org.eclipse.emf.compare.match.resource that return MatchResourceModifier 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.Methods in org.eclipse.emf.compare.match.resource that return types with arguments of type MatchResourceModifier 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
Methods in org.eclipse.emf.compare.merge that return MatchResourceModifier 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
Methods in org.eclipse.emf.compare.provider.spec with parameters of type MatchResourceModifier 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
Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl with parameters of type MatchResourceModifier 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
Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes that return MatchResourceModifier and TypeMethodDescriptionMatchResourceNode.getMatchResource()
Getter for the match resource represented by this TreeNode.Constructors in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes with parameters of type MatchResource -
Uses of MatchResource in org.eclipse.emf.compare.util
Methods in org.eclipse.emf.compare.util with parameters of type MatchResourceModifier 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.