Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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[] 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 determined
  IFileRevision IFileRevision. withAllProperties ( IProgressMonitor monitor)
          Returns an IFileRevision with all supported properties present.
 

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)
          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
  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
  IFileRevision ResourceDiff. getAfterState ()
           
  IFileRevision ResourceDiff. getBeforeState ()
           
 

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire