|
Eclipse Platform Release 3.3 |
|||||||||||
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
.
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.3 |
|||||||||||
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, 2007. All rights reserved.