Interface RecurringChangesLoader

  • All Known Implementing Classes:
    VcsChangesLoader

    public interface RecurringChangesLoader
    Created 25.08.13 15:57
    Author:
    Eugene Petrenko (eugene.petrenko@jetbrains.com)
    • Method Detail

      • tryLoadChanges

        boolean tryLoadChanges​(@NotNull
                               LVcsRootInstance vcsRoot,
                               @NotNull
                               ChangesLoaderContext context)
                        throws VcsException
        Attempts to collect changes for VCS root if checking for changes is not yet started for this root. If another checking for changes process for this root already started, does nothing and returns false.
        Parameters:
        vcsRoot - VCS root to load changes for
        context - context
        Returns:
        true if checking for changes was performed, and false otherwise
        Throws:
        VcsException - if error occurred