Uses of Interface
org.eclipse.team.core.history.IFileHistory
-
Packages that use IFileHistory 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. -
-
Uses of IFileHistory in org.eclipse.team.core.history
Methods in org.eclipse.team.core.history that return IFileHistory Modifier and Type Method Description IFileHistoryIFileHistoryProvider. getFileHistoryFor(IFileStore store, int flags, IProgressMonitor monitor)Returns anIFileHistoryfor the specifiedIFileStore.IFileHistoryIFileHistoryProvider. getFileHistoryFor(IResource resource, int flags, IProgressMonitor monitor)Returns the file history for the given in resource. -
Uses of IFileHistory in org.eclipse.team.core.history.provider
Classes in org.eclipse.team.core.history.provider that implement IFileHistory Modifier and Type Class Description classFileHistoryAbstract FileHistory class.
-