Uses of Interface
org.eclipse.team.core.history.IFileRevision
-
Packages that use IFileRevision 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. -
-
Uses of IFileRevision in org.eclipse.team.core.history
Methods in org.eclipse.team.core.history that return IFileRevision Modifier and Type Method 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 determinedIFileRevision
IFileRevision. withAllProperties(IProgressMonitor monitor)
Returns anIFileRevision
with all supported properties present.Methods in org.eclipse.team.core.history with parameters of type IFileRevision Modifier and Type Method 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. -
Uses of IFileRevision in org.eclipse.team.core.history.provider
Classes in org.eclipse.team.core.history.provider that implement IFileRevision Modifier and Type Class Description class
FileRevision
Abstract implementation ofIFileRevision
that can be implemented by clients.Methods in org.eclipse.team.core.history.provider that return IFileRevision Modifier and Type Method Description static IFileRevision
FileRevision. getFileRevisionFor(IFile file)
Deprecated.This method doesn't do anything useful so it has been deprecated. -
Uses of IFileRevision in org.eclipse.team.core.mapping
Methods in org.eclipse.team.core.mapping that return IFileRevision Modifier and Type Method 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. -
Uses of IFileRevision in org.eclipse.team.core.mapping.provider
Methods in org.eclipse.team.core.mapping.provider that return IFileRevision Modifier and Type Method Description IFileRevision
ResourceDiff. getAfterState()
IFileRevision
ResourceDiff. getBeforeState()
Constructors in org.eclipse.team.core.mapping.provider with parameters of type IFileRevision Constructor Description ResourceDiff(IResource resource, int kind, int flags, IFileRevision before, IFileRevision after)
Create a two-way resource diff
-