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

/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DHistoryGuruTest.java43 * Test the functionality provided by the HistoryGuru (with friends)
57 repository.create(HistoryGuru.class.getResourceAsStream("repositories.zip"));
77 assertNotNull(HistoryGuru.getInstance());
82 HistoryGuru instance = HistoryGuru.getInstance();
88 HistoryGuru instance = HistoryGuru.getInstance();
102 HistoryGuru instance = HistoryGuru.getInstance();
108 HistoryGuru instanc
[all...]
H A DGitHistoryParserTest.java49 repository.create(HistoryGuru.class.getResourceAsStream("repositories.zip"));
/opengrok-sun/test/org/opensolaris/opengrok/web/
H A DPageConfigTest.java29 import org.opensolaris.opengrok.history.HistoryGuru;
44 HistoryGuru.class.getResourceAsStream("repositories.zip"));
45 HistoryGuru.getInstance().addRepositories(repository.getSourceRoot());
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DDirectoryListing.java39 import org.opensolaris.opengrok.history.HistoryGuru;
138 HistoryGuru.getInstance().getLastModifiedTimes(dir);
H A DPageConfig.java55 import org.opensolaris.opengrok.history.HistoryGuru;
191 in[i] = HistoryGuru.getInstance().getRevision(f.getParent(), f.getName(), data.rev[i]);
547 * @see HistoryGuru#hasHistory(File)
551 hasHistory = Boolean.valueOf(HistoryGuru.getInstance().hasHistory(getResourceFile()));
564 && HistoryGuru.getInstance().hasHistory(getResourceFile()));
597 annotation = HistoryGuru.getInstance().annotate(resourceFile, rev.isEmpty() ? null : rev.substring(2));
H A DUtil.java52 import org.opensolaris.opengrok.history.HistoryGuru;
758 printTableRow(out, "History cache", HistoryGuru.getInstance()
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java40 import org.opensolaris.opengrok.history.HistoryGuru;
78 return getHistoryContext(HistoryGuru.getInstance().getHistory(f),
109 History hist = HistoryGuru.getInstance().getHistory(src);
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java46 * The HistoryGuru is used to implement an transparent layer to the various
51 public final class HistoryGuru { class
54 /** The one and only instance of the HistoryGuru */
55 private static HistoryGuru instance = new HistoryGuru();
65 * Creates a new instance of HistoryGuru, and try to set the default
68 private HistoryGuru() { method in class:HistoryGuru
91 * Get the one and only instance of the HistoryGuru
92 * @return the one and only HistoryGuru instance
94 public static HistoryGuru getInstanc
[all...]
H A DDirectoryHistoryReader.java122 hist = HistoryGuru.getInstance().getHistory(f);
H A DFileHistoryCache.java284 Repository repos = HistoryGuru.getInstance().getRepository(directory);
H A DMercurialRepository.java211 History hist = HistoryGuru.getInstance().getHistory(file, false);
/opengrok-sun/test/org/opensolaris/opengrok/search/
H A DSearchEngineTest.java35 import org.opensolaris.opengrok.history.HistoryGuru;
54 repository.create(HistoryGuru.class.getResourceAsStream("repositories.zip"));
/opengrok-sun/test/org/opensolaris/opengrok/search/context/
H A DHistoryContextTest.java37 import org.opensolaris.opengrok.history.HistoryGuru;
54 HistoryGuru.getInstance().addRepositories(repositories.getSourceRoot());
/opengrok-sun/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java43 import org.opensolaris.opengrok.history.HistoryGuru;
136 HistoryGuru.getInstance().updateRepositories();
/opengrok-sun/test/org/opensolaris/opengrok/index/
H A DIndexerTest.java41 import org.opensolaris.opengrok.history.HistoryGuru;
214 HistoryGuru.getInstance().addRepositories(repository.getSourceRoot());
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexer.java52 import org.opensolaris.opengrok.history.HistoryGuru;
558 HistoryGuru.getInstance().addRepositories(env.getSourceRootPath());
596 HistoryGuru.getInstance().removeCache(toZap);
673 HistoryGuru.getInstance().createCache();
677 HistoryGuru.getInstance().createCache(repositories);
H A DIndexDatabase.java63 import org.opensolaris.opengrok.history.HistoryGuru;
352 HistoryGuru.getInstance().ensureHistoryCacheExists(sourceRoot);
714 if (HistoryGuru.getInstance().hasHistory(file)) {
/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java71 import org.opensolaris.opengrok.history.HistoryGuru;
251 HistoryReader hr = HistoryGuru.getInstance().getHistoryReader(file);
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java44 import org.opensolaris.opengrok.history.HistoryGuru;
840 HistoryGuru.getInstance().invalidateRepositories(configuration.getRepositories());

Completed in 47 milliseconds