Searched defs:getInstance (Results 1 - 6 of 6) sorted by relevance

/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/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);
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java97 public static HistoryGuru getInstance() { method in class:HistoryGuru
/opengrok-jel/src/org/opensolaris/opengrok/management/
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
/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 18 milliseconds