public class FileHistoryRefresher extends java.lang.Object implements FileHistoryRefresherI
Constructor and Description |
---|
FileHistoryRefresher(VcsHistoryProviderEx vcsHistoryProvider,
FilePath path,
VcsRevisionNumber startingRevisionNumber,
AbstractVcs vcs) |
FileHistoryRefresher(VcsHistoryProvider vcsHistoryProvider,
FilePath path,
AbstractVcs vcs) |
Modifier and Type | Method and Description |
---|---|
static FileHistoryRefresherI |
findOrCreate(VcsHistoryProviderEx vcsHistoryProvider,
FilePath path,
AbstractVcs vcs,
VcsRevisionNumber startingRevisionNumber) |
static FileHistoryRefresherI |
findOrCreate(VcsHistoryProvider vcsHistoryProvider,
FilePath path,
AbstractVcs vcs) |
boolean |
isInRefresh() |
void |
refresh(boolean canUseCache) |
void |
selectContent() |
public FileHistoryRefresher(VcsHistoryProvider vcsHistoryProvider, FilePath path, AbstractVcs vcs)
public FileHistoryRefresher(VcsHistoryProviderEx vcsHistoryProvider, FilePath path, VcsRevisionNumber startingRevisionNumber, AbstractVcs vcs)
public static FileHistoryRefresherI findOrCreate(VcsHistoryProvider vcsHistoryProvider, FilePath path, AbstractVcs vcs)
public static FileHistoryRefresherI findOrCreate(VcsHistoryProviderEx vcsHistoryProvider, FilePath path, AbstractVcs vcs, VcsRevisionNumber startingRevisionNumber)
public void selectContent()
selectContent
in interface FileHistoryRefresherI
public boolean isInRefresh()
isInRefresh
in interface FileHistoryRefresherI
public void refresh(boolean canUseCache)
refresh
in interface FileHistoryRefresherI
canUseCache
-