Searched refs:getHistoryLogExecutor (Results 1 - 16 of 16) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAccuRevHistoryParser.java73 Executor executor = repository.getHistoryLogExecutor(file);
77 executor = repository.getHistoryLogExecutor(file);
H A DClearCaseHistoryParser.java48 Executor executor = repository.getHistoryLogExecutor(file);
H A DBazaarHistoryParser.java60 Executor executor = repository.getHistoryLogExecutor(file, sinceRevision);
H A DCVSHistoryParser.java134 Executor executor = repository.getHistoryLogExecutor(file);
H A DMonotoneHistoryParser.java75 Executor executor = repository.getHistoryLogExecutor(file, changeset);
H A DAccuRevRepository.java146 Executor getHistoryLogExecutor(File file) { method in class:AccuRevRepository
H A DBazaarRepository.java71 Executor getHistoryLogExecutor(final File file, final String sinceRevision) method in class:BazaarRepository
H A DCVSRepository.java130 Executor getHistoryLogExecutor(final File file) throws IOException { method in class:CVSRepository
H A DMercurialHistoryParser.java76 Executor executor = repository.getHistoryLogExecutor(file, changeset);
H A DMonotoneRepository.java126 Executor getHistoryLogExecutor(File file, String changeset) method in class:MonotoneRepository
H A DSubversionHistoryParser.java159 Executor executor = repos.getHistoryLogExecutor(file, sinceRevision);
H A DGitHistoryParser.java210 repository.getHistoryLogExecutor(file, sinceRevision);
H A DClearCaseRepository.java90 Executor getHistoryLogExecutor(final File file) throws IOException { method in class:ClearCaseRepository
H A DMercurialRepository.java244 Executor getHistoryLogExecutor(File file, String changeset) method in class:MercurialRepository
H A DSubversionRepository.java183 Executor getHistoryLogExecutor(final File file, String sinceRevision) { method in class:SubversionRepository
H A DGitRepository.java266 Executor getHistoryLogExecutor(final File file, String sinceRevision) method in class:GitRepository

Completed in 247 milliseconds