public interface IFileHistory
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 root
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.