Searched refs:getInstance (Results 1 - 23 of 23) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DHistoryGuruTest.java70 assertNotNull(HistoryGuru.getInstance());
76 HistoryGuru instance = HistoryGuru.getInstance();
83 HistoryGuru instance = HistoryGuru.getInstance();
98 HistoryGuru instance = HistoryGuru.getInstance();
105 HistoryGuru instance = HistoryGuru.getInstance();
124 HistoryGuru instance = HistoryGuru.getInstance();
139 HistoryGuru instance = HistoryGuru.getInstance();
152 HistoryGuru.getInstance().getCacheInfo());
H A DPerforceHistoryParserTest.java158 Calendar cal = Calendar.getInstance();
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DJMXConfiguration.java56 String configfile = Management.getInstance().getConfigurationFile();
H A DAgentIndexRunner.java77 * instance through the static factory method getInstance().
90 public static synchronized AgentIndexRunner getInstance(boolean enabledParam) { method in class:AgentIndexRunner
141 String configfile = Management.getInstance().getConfigurationFile();
152 int noThreads = Management.getInstance()
154 boolean update = Management.getInstance()
156 String[] sublist = Management.getInstance().getSubFiles();
158 HistoryGuru.getInstance().updateRepositories();
170 String publishhost = Management.getInstance().getPublishServerURL();
H A DManagement.java56 * instance through the static factory method getInstance().
87 public static synchronized Management getInstance(Properties ogaProperties) { method in class:Management
99 public static Management getInstance() { method in class:Management
H A DOGAgent.java214 server.registerMBean(Management.getInstance(props), manager);
264 server.registerMBean(AgentIndexRunner.getInstance(enabled), indexRunner);
/opengrok-jel/test/org/opensolaris/opengrok/web/
H A DPageConfigTest.java46 HistoryGuru.getInstance().addRepositories(repository.getSourceRoot());
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java62 public static RuntimeEnvironment getInstance() { method in class:RuntimeEnvironment
195 HistoryGuru.getInstance()
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java101 return getHistoryContext(HistoryGuru.getInstance().getHistory(f), path,
143 History hist = HistoryGuru.getInstance().getHistory(src);
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java83 public static Indexer getInstance() { method in class:Indexer
610 HistoryGuru.getInstance().addRepositories(cfg.getSourceRoot());
648 HistoryGuru.getInstance().removeCache(toZap);
727 HistoryGuru.getInstance().createCache();
731 HistoryGuru.getInstance().createCache(repositories);
H A DIndexDatabase.java343 //writer.setMaxFieldLength(RuntimeEnvironment.getInstance().getIndexWordLimit());
361 HistoryGuru.getInstance().ensureHistoryCacheExists(sourceRoot);
687 if (HistoryGuru.getInstance().hasHistory(file)) {
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java185 in[i] = HistoryGuru.getInstance()
589 hasHistory = Boolean.valueOf(HistoryGuru.getInstance()
602 && HistoryGuru.getInstance().hasHistory(getResourceFile()));
637 annotation = HistoryGuru.getInstance()
872 * @see RuntimeEnvironment#getInstance()
1046 isDir = HistoryGuru.getInstance()
H A DUtil.java899 printTableRow(out, "History cache", HistoryGuru.getInstance()
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DPerforceHistoryParser.java214 Calendar cal = Calendar.getInstance();
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);
H A DHistoryGuru.java97 public static HistoryGuru getInstance() { method in class:HistoryGuru
/opengrok-jel/test/org/opensolaris/opengrok/search/context/
H A DHistoryContextTest.java54 HistoryGuru.getInstance().addRepositories(repositories.getSourceRoot());
/opengrok-jel/test/org/opensolaris/opengrok/index/
H A DIndexerTest.java222 HistoryGuru.getInstance().addRepositories(repository.getSourceRoot());
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java245 HistoryReader hr = HistoryGuru.getInstance().getHistoryReader(file);
/opengrok-jel/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java402 RuntimeEnvironment.getInstance().writeConfig();
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 43 milliseconds