Searched refs:HistoryGuru (Results 1 - 18 of 18) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DHistoryGuruTest.java44 * Test the functionality provided by the HistoryGuru (with friends)
56 repository.create(HistoryGuru.class.getResourceAsStream("repositories.zip"));
70 assertNotNull(HistoryGuru.getInstance());
76 HistoryGuru instance = HistoryGuru.getInstance();
83 HistoryGuru instance = HistoryGuru.getInstance();
98 HistoryGuru instance = HistoryGuru.getInstance();
105 HistoryGuru instanc
[all...]
H A DGitHistoryParserTest.java49 repository.create(HistoryGuru.class.getResourceAsStream("repositories.zip"));
/opengrok-jel/test/org/opensolaris/opengrok/web/
H A DPageConfigTest.java29 import org.opensolaris.opengrok.history.HistoryGuru;
45 HistoryGuru.class.getResourceAsStream("repositories.zip"));
46 HistoryGuru.getInstance().addRepositories(repository.getSourceRoot());
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java40 import org.opensolaris.opengrok.history.HistoryGuru;
101 return getHistoryContext(HistoryGuru.getInstance().getHistory(f), path,
143 History hist = HistoryGuru.getInstance().getHistory(src);
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java47 * The HistoryGuru is used to implement an transparent layer to the various
52 public final class HistoryGuru { class
54 Logger.getLogger(HistoryGuru.class.getName());
56 /** The one and only instance of the HistoryGuru */
57 private static HistoryGuru instance = new HistoryGuru();
67 * Creates a new instance of HistoryGuru, and try to set the default
70 private HistoryGuru() { method in class:HistoryGuru
85 logger.log(Level.FINE, "HistoryGuru", he);
94 * Get the one and only instance of the HistoryGuru
[all...]
H A DDirectoryHistoryReader.java139 hist = HistoryGuru.getInstance().getHistory(f);
H A DFileHistoryCache.java291 Repository repos = HistoryGuru.getInstance().getRepository(directory);
H A DMercurialRepository.java379 History hist = HistoryGuru.getInstance().getHistory(file, false);
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java40 import org.opensolaris.opengrok.history.HistoryGuru;
189 * Involves invalidating known repositories of the {@link HistoryGuru}.
195 HistoryGuru.getInstance()
/opengrok-jel/test/org/opensolaris/opengrok/search/
H A DSearchEngineTest.java41 import org.opensolaris.opengrok.history.HistoryGuru;
60 repository.create(HistoryGuru.class.getResourceAsStream("repositories.zip"));
/opengrok-jel/test/org/opensolaris/opengrok/search/context/
H A DHistoryContextTest.java37 import org.opensolaris.opengrok.history.HistoryGuru;
54 HistoryGuru.getInstance().addRepositories(repositories.getSourceRoot());
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java43 import org.opensolaris.opengrok.history.HistoryGuru;
158 HistoryGuru.getInstance().updateRepositories();
/opengrok-jel/test/org/opensolaris/opengrok/index/
H A DIndexerTest.java47 import org.opensolaris.opengrok.history.HistoryGuru;
222 HistoryGuru.getInstance().addRepositories(repository.getSourceRoot());
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java56 import org.opensolaris.opengrok.history.HistoryGuru;
185 in[i] = HistoryGuru.getInstance()
585 * @see HistoryGuru#hasHistory(File)
589 hasHistory = Boolean.valueOf(HistoryGuru.getInstance()
602 && HistoryGuru.getInstance().hasHistory(getResourceFile()));
637 annotation = HistoryGuru.getInstance()
1046 isDir = HistoryGuru.getInstance()
H A DUtil.java52 import org.opensolaris.opengrok.history.HistoryGuru;
899 printTableRow(out, "History cache", HistoryGuru.getInstance()
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java53 import org.opensolaris.opengrok.history.HistoryGuru;
610 HistoryGuru.getInstance().addRepositories(cfg.getSourceRoot());
648 HistoryGuru.getInstance().removeCache(toZap);
727 HistoryGuru.getInstance().createCache();
731 HistoryGuru.getInstance().createCache(repositories);
H A DIndexDatabase.java70 import org.opensolaris.opengrok.history.HistoryGuru;
361 HistoryGuru.getInstance().ensureHistoryCacheExists(sourceRoot);
687 if (HistoryGuru.getInstance().hasHistory(file)) {
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java73 import org.opensolaris.opengrok.history.HistoryGuru;
245 HistoryReader hr = HistoryGuru.getInstance().getHistoryReader(file);

Completed in 36 milliseconds