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
Package Specification
This package specifies the API for working with resources mappings.
|
org.eclipse.team.core.mapping.provider |
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources 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) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.