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.
|
Modifier and Type | Method and Description |
---|---|
static FastDiffFilter |
FastDiffFilter.getStateFilter(int[] states,
int mask) |
Modifier and Type | Method and Description |
---|---|
boolean |
IDiffTree.hasMatchingDiffs(IPath path,
FastDiffFilter filter)
Return whether the this diff tree contains any diffs that match the given filter
at of below the given path.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DiffTree.hasMatchingDiffs(IPath path,
FastDiffFilter filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
IResourceDiffTree.hasMatchingDiffs(ResourceTraversal[] traversals,
FastDiffFilter filter)
Return whether the this diff tree contains any diffs that match the given filter
within the given traversals.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceDiffTree.hasMatchingDiffs(ResourceTraversal[] traversals,
FastDiffFilter filter) |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.