Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.team.core.history.IFileRevision

Packages that use IFileRevision
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 Package Specification This package specifies the API for working with resources mappings.  
org.eclipse.team.core.mapping.provider Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
 

Uses of IFileRevision in org.eclipse.team.core.history
 

Methods in org.eclipse.team.core.history that return IFileRevision
 IFileRevision IFileRevision.withAllProperties(IProgressMonitor monitor)
          Returns an IFileRevision with all supported properties present.
 IFileRevision IFileHistoryProvider.getWorkspaceFileRevision(IResource resource)
          Returns the file revision of the passed in resource or null if that file revision cannot be determined
 IFileRevision[] IFileHistory.getFileRevisions()
          Returns the complete set of file revisions for this file (this includes all predecessors and all descendents)
 IFileRevision IFileHistory.getFileRevision(String id)
          Returns the file revision that corresponds to the passed in content identifier.
 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.
 

Methods in org.eclipse.team.core.history with parameters of type IFileRevision
 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
 class FileRevision
          Abstract implementation of IFileRevision that can be implemented by clients.
 

Methods in org.eclipse.team.core.history.provider that return IFileRevision
static IFileRevision FileRevision.getFileRevisionFor(IFile file)
          Return a file state representing the current state of the local file.
 

Uses of IFileRevision in org.eclipse.team.core.mapping
 

Methods in org.eclipse.team.core.mapping that return IFileRevision
 IFileRevision IResourceDiff.getBeforeState()
          Return a handle to the file state representing the "before" state of the file used to calculate this diff.
 IFileRevision IResourceDiff.getAfterState()
          Return a handle to the file state representing the "after" 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
 IFileRevision ResourceDiff.getBeforeState()
           
 IFileRevision ResourceDiff.getAfterState()
           
 

Constructors in org.eclipse.team.core.mapping.provider with parameters of type IFileRevision
ResourceDiff(IResource resource, int kind, int flags, IFileRevision before, IFileRevision after)
          Create a two-way resource diff
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.