public interface VcsLogProviderRequirementsEx extends VcsLogProvider.Requirements
VcsLogProvider.Requirements
which contains data used by some VCSs. VcsLogProvider.readFirstBlock(VirtualFile, Requirements)
,
but VcsLogProviders which need this additional information must check for instanceof before casting & be able to fallback.Modifier and Type | Method and Description |
---|---|
java.util.Collection<VcsRef> |
getPreviousRefs()
Returns the refs which were in the log before the refresh request.
|
boolean |
isRefresh()
Tells if this request is made during log initialization, or during refresh
Returns true if it is refresh; false if it is initialization.
|
getCommitCount
boolean isRefresh()
java.util.Collection<VcsRef> getPreviousRefs()