|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Provides a complete set of IFileRevisions that make up this IFileHistory.
This interface is not intended to be implemented by clients. Clients can
instead subclass FileHistory
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is a guarantee neither that this API will work nor that it will remain the same. Please do not use this API without consulting with the Platform/Team team.
| Method Summary | |
|---|---|
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. |
| Method Detail |
public IFileRevision[] getFileRevisions()
public IFileRevision getFileRevision(String id)
id - the content identifier that uniquely identifies a file revision.
public IFileRevision[] getContributors(IFileRevision revision)
revision - a file revision revision
public IFileRevision[] getTargets(IFileRevision revision)
revision - the file revision that acts as the root
|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.