Package | Description |
---|---|
org.eclipse.team.core.diff |
Application programming interfaces for working with diffs.
|
org.eclipse.team.core.diff.provider |
Application programming interfaces for working with diffs.
|
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.
|
org.eclipse.team.core.subscribers |
Application programming interfaces for generating and refreshing
synchronization state.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiffTree.accept(IPath path,
IDiffVisitor visitor,
int depth)
Accepts the given visitor.
|
Modifier and Type | Method and Description |
---|---|
void |
DiffTree.accept(IPath path,
IDiffVisitor visitor,
int depth) |
Modifier and Type | Method and Description |
---|---|
void |
IResourceDiffTree.accept(ResourceTraversal[] traversals,
IDiffVisitor visitor)
Visit all diffs in this tree that are covered by the given traversals.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceDiffTree.accept(ResourceTraversal[] traversals,
IDiffVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
Subscriber.accept(IResource[] resources,
int depth,
IDiffVisitor visitor)
Visit any out-of-sync resources in the given resources visited to the
given depth.
|
void |
Subscriber.accept(ResourceTraversal[] traversals,
IDiffVisitor visitor)
Visit any out-of-sync resources covered by the given traversals.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.