public interface IFileHistory
This interface is not intended to be implemented by clients. Clients can
instead subclass FileHistory
.
Modifier and Type | Method and Description |
---|---|
IFileRevision[] |
getContributors(IFileRevision revision)
Returns the direct predecessors of the given revision.
|
IFileRevision |
getFileRevision(String id)
Returns the file revision that corresponds to the passed in content identifier.
|
IFileRevision[] |
getFileRevisions()
Returns the complete set of file revisions for this file (this includes all predecessors
and all descendents)
|
IFileRevision[] |
getTargets(IFileRevision revision)
Returns all of the direct descendents of the given in file revision.
|
IFileRevision[] getFileRevisions()
IFileRevision getFileRevision(String id)
id
- the content identifier that uniquely identifies a file revision.IFileRevision[] getContributors(IFileRevision revision)
revision
- a file revision revisionIFileRevision[] getTargets(IFileRevision revision)
revision
- the file revision that acts as the rootGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.