Package | Description |
---|---|
org.eclipse.team.core.history |
Application programming interfaces for describing the history associated with
files.
|
org.eclipse.team.core.history.provider |
Application programming interfaces for describing the history associated with
files.
|
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 |
---|---|
IFileRevision[] |
IFileHistory.getContributors(IFileRevision revision)
Returns the direct predecessors of the given revision.
|
IFileRevision |
IFileHistory.getFileRevision(String id)
Returns the file revision that corresponds to the passed in content identifier.
|
IFileRevision[] |
IFileHistory.getFileRevisions()
Returns the complete set of file revisions for this file (this includes all predecessors
and all descendents)
|
IFileRevision[] |
IFileHistory.getTargets(IFileRevision revision)
Returns all of the direct descendents of the given in file revision.
|
IFileRevision |
IFileHistoryProvider.getWorkspaceFileRevision(IResource resource)
Returns the file revision of the passed in resource or null if that file revision cannot be
determined
|
IFileRevision |
IFileRevision.withAllProperties(IProgressMonitor monitor)
Returns an
IFileRevision with all supported properties present. |
Modifier and Type | Method and Description |
---|---|
IFileRevision[] |
IFileHistory.getContributors(IFileRevision revision)
Returns the direct predecessors of the given revision.
|
IFileRevision[] |
IFileHistory.getTargets(IFileRevision revision)
Returns all of the direct descendents of the given in file revision.
|
Modifier and Type | Class and Description |
---|---|
class |
FileRevision
Abstract implementation of
IFileRevision that can be implemented by
clients. |
Modifier and Type | Method and Description |
---|---|
static IFileRevision |
FileRevision.getFileRevisionFor(IFile file)
Deprecated.
This method doesn't do anything useful so it has been deprecated.
|
Modifier and Type | Method and Description |
---|---|
IFileRevision |
IResourceDiff.getAfterState()
Return a handle to the file state representing the "after" state
of the file used to calculate this diff.
|
IFileRevision |
IResourceDiff.getBeforeState()
Return a handle to the file state representing the "before" state
of the file used to calculate this diff.
|
Modifier and Type | Method and Description |
---|---|
IFileRevision |
ResourceDiff.getAfterState() |
IFileRevision |
ResourceDiff.getBeforeState() |
Constructor and Description |
---|
ResourceDiff(IResource resource,
int kind,
int flags,
IFileRevision before,
IFileRevision after)
Create a two-way resource diff
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.