Uses of Interface
org.eclipse.team.core.mapping.IResourceDiffTree
-
Packages that use IResourceDiffTree Package Description org.eclipse.team.core.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.core.mapping.provider Application programming interfaces for working with resource mappings. -
-
Uses of IResourceDiffTree in org.eclipse.team.core.mapping
Methods in org.eclipse.team.core.mapping that return IResourceDiffTree Modifier and Type Method Description IResourceDiffTreeISynchronizationContext. getDiffTree()Return a tree that containsIDiffentries for resources that are out-of-sync. -
Uses of IResourceDiffTree in org.eclipse.team.core.mapping.provider
Classes in org.eclipse.team.core.mapping.provider that implement IResourceDiffTree Modifier and Type Class Description classResourceDiffTreeImplementation ofIResourceDiffTree.Methods in org.eclipse.team.core.mapping.provider that return IResourceDiffTree Modifier and Type Method Description IResourceDiffTreeSynchronizationContext. getDiffTree()Constructors in org.eclipse.team.core.mapping.provider with parameters of type IResourceDiffTree Constructor Description MergeContext(ISynchronizationScopeManager manager, int type, IResourceDiffTree deltaTree)Create a merge context.SynchronizationContext(ISynchronizationScopeManager manager, int type, IResourceDiffTree diffTree)Create a synchronization context.
-