Uses of Interface
org.eclipse.team.core.diff.IDiff
Packages that use IDiff
Package
Description
Application programming interface to provide model integration for refactoring histories.
Application programming interfaces for working with diffs.
Application programming interfaces for working with diffs.
Application programming interfaces for working with resource mappings.
Application programming interfaces for working with resource mappings.
Application programming interfaces for generating and refreshing
synchronization state.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of IDiff in org.eclipse.ltk.ui.refactoring.model
Methods in org.eclipse.ltk.ui.refactoring.model that return IDiff -
Uses of IDiff in org.eclipse.team.core.diff
Subinterfaces of IDiff in org.eclipse.team.core.diffModifier and TypeInterfaceDescriptioninterfaceA three-way delta that describe the synchronization state between two contributors and an ancestor.interfaceA two-way diff represents the changes between two states of the same object, referred to as the "before" state and the "after" state.Methods in org.eclipse.team.core.diff that return IDiffModifier and TypeMethodDescriptionIDiff[]IDiffChangeEvent.getAdditions()Returns the delta nodes that have been added to the delta tree.IDiff[]IDiffChangeEvent.getChanges()Return the delta nodes contained in the delta tree that have changed in some way.Returns the delta identified by the given path, ornullif there is no delta at that path.Methods in org.eclipse.team.core.diff with parameters of type IDiffModifier and TypeMethodDescriptionabstract booleanDiffFilter.select(IDiff diff, IProgressMonitor monitor) Returntrueif the providedIDiffNodematches the filter.abstract booleanReturntrueif the providedIDiffNodematches the filter.final booleanFastDiffFilter.select(IDiff diff, IProgressMonitor monitor) voidIDiffTree.setBusy(IDiff[] diffs, IProgressMonitor monitor) Set the given diff nodes and all their parents to busybooleanVisits the given diff. -
Uses of IDiff in org.eclipse.team.core.diff.provider
Classes in org.eclipse.team.core.diff.provider that implement IDiffModifier and TypeClassDescriptionclassAbstract implementation ofIDiffthat can be subclassed by clients.classImplementation ofIThreeWayDiff.classImplementation ofITwoWayDiff.Methods in org.eclipse.team.core.diff.provider that return IDiffModifier and TypeMethodDescriptionIDiff[]DiffTree.getDiffs()Return all the diffs contained in this diff tree.Methods in org.eclipse.team.core.diff.provider with parameters of type IDiffModifier and TypeMethodDescriptionvoidAdd the givenIDiffto the tree.voidDiffTree.setBusy(IDiff[] diffs, IProgressMonitor monitor) voidDiffTree.setPropertyToRoot(IDiff node, int property, boolean value) -
Uses of IDiff in org.eclipse.team.core.mapping
Subinterfaces of IDiff in org.eclipse.team.core.mappingModifier and TypeInterfaceDescriptioninterfaceA resource diff represents the changes between two resources.Methods in org.eclipse.team.core.mapping that return IDiffModifier and TypeMethodDescriptionReturn the diff for the given resource.IDiff[]Return all the diffs in the tree that are found for the given resource when traversed to the given depth.IDiff[]IResourceDiffTree.getDiffs(ResourceTraversal[] traversals) Return all the diffs in the tree that are contained in the given traversals.Methods in org.eclipse.team.core.mapping with parameters of type IDiffModifier and TypeMethodDescriptionIMergeContext.getMergeRule(IDiff diff) Return the scheduling rule that is required to merge (or reject) the resource associated with the given diff.IMergeContext.getMergeRule(IDiff[] diffs) Return the scheduling rule that is required to merge (or reject) the resources associated with the given diffs.IResourceDiffTree.getResource(IDiff diff) Return the resource associated with the given diff.voidIMergeContext.markAsMerged(IDiff[] nodes, boolean inSyncHint, IProgressMonitor monitor) Mark the files associated with the given diff nodes as being merged.voidIMergeContext.markAsMerged(IDiff node, boolean inSyncHint, IProgressMonitor monitor) Method that allows the model merger to signal that the file associated with the given diff node has been completely merged.IMergeContext.merge(IDiff[] diffs, boolean ignoreLocalChanges, IProgressMonitor monitor) Attempt to merge any files associated with the given diffs.IMergeContext.merge(IDiff diff, boolean ignoreLocalChanges, IProgressMonitor monitor) Method that can be called by the model merger to attempt a file-system level merge.voidIMergeContext.reject(IDiff[] diffs, IProgressMonitor monitor) Reject the changes associated with the given diffs.voidIMergeContext.reject(IDiff diff, IProgressMonitor monitor) Reject the change associated with the given diff. -
Uses of IDiff in org.eclipse.team.core.mapping.provider
Classes in org.eclipse.team.core.mapping.provider that implement IDiffMethods in org.eclipse.team.core.mapping.provider that return IDiffModifier and TypeMethodDescriptionIDiff[]IDiff[]ResourceDiffTree.getDiffs(ResourceTraversal[] traversals) Methods in org.eclipse.team.core.mapping.provider with parameters of type IDiffModifier and TypeMethodDescriptionvoidMergeContext.getMergeRule(IDiff diff) Default implementation that returns the resource itself if it exists and the first existing parent if the resource does not exist.MergeContext.getMergeRule(IDiff[] deltas) ResourceDiffTree.getResource(IDiff diff) static IResourceResourceDiffTree.getResourceFor(IDiff node) Get the resource for the diff node that was obtained from anIResourceDiffTree.protected abstract voidMergeContext.makeInSync(IDiff diff, IProgressMonitor monitor) Method that is invoked fromMergeContext.performReplace(IDiff, IProgressMonitor)after the local has been changed to match the remote.voidMergeContext.markAsMerged(IDiff[] nodes, boolean inSyncHint, IProgressMonitor monitor) MergeContext.merge(IDiff[] deltas, boolean force, IProgressMonitor monitor) MergeContext.merge(IDiff diff, boolean ignoreLocalChanges, IProgressMonitor monitor) protected voidMergeContext.performReplace(IDiff diff, IProgressMonitor monitor) Make the local state of the resource associated with the given diff match that of the remote.voidMergeContext.reject(IDiff[] diffs, IProgressMonitor monitor) -
Uses of IDiff in org.eclipse.team.core.subscribers
Methods in org.eclipse.team.core.subscribers that return IDiff -
Uses of IDiff in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type IDiff -
Uses of IDiff in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return IDiffMethods in org.eclipse.team.ui.synchronize with parameters of type IDiff