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 IFileHistory
IFileHistoryProvider. getFileHistoryFor(IFileStore store, int flags, IProgressMonitor monitor)
Returns anIFileHistory
for the specifiedIFileStore
.IFileHistory
IFileHistoryProvider. 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 class
FileHistory
Abstract FileHistory class.
-