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

/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexer.java75 public static Indexer getInstance() { method in class:Indexer
495 RuntimeEnvironment env = RuntimeEnvironment.getInstance();
498 getInstance().prepareIndexer(env, searchRepositories, addProjects,
507 getInstance().doIndexerExecution(update, noThreads, subFiles,
510 getInstance().sendToConfigHost(env, configHost);
558 HistoryGuru.getInstance().addRepositories(env.getSourceRootPath());
596 HistoryGuru.getInstance().removeCache(toZap);
673 HistoryGuru.getInstance().createCache();
677 HistoryGuru.getInstance().createCache(repositories);
693 RuntimeEnvironment env = RuntimeEnvironment.getInstance()
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java70 RuntimeEnvironment env = RuntimeEnvironment.getInstance();
94 public static HistoryGuru getInstance() { method in class:HistoryGuru
208 && (!repos.isRemote() || RuntimeEnvironment.getInstance()
251 && (RuntimeEnvironment.getInstance().isRemoteScmSupported()
335 if (RuntimeEnvironment.getInstance().isVerbose()) {
376 RuntimeEnvironment.getInstance().getIgnoredNames(),0);
377 RuntimeEnvironment.getInstance().setRepositories(repos);
385 boolean verbose = RuntimeEnvironment.getInstance().isVerbose();
420 boolean verbose = RuntimeEnvironment.getInstance().isVerbose();
460 boolean verbose = RuntimeEnvironment.getInstance()
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java75 * instance through the static factory method getInstance().
86 public static synchronized AgentIndexRunner getInstance(boolean enabledParam) { method in class:AgentIndexRunner
121 String configfile = Management.getInstance().getConfigurationFile();
127 env = RuntimeEnvironment.getInstance();
131 Indexer index = Indexer.getInstance();
132 int noThreads = Management.getInstance().getNumberOfThreads().intValue();
133 boolean update = Management.getInstance().getUpdateIndexDatabase().booleanValue();
134 String[] sublist = Management.getInstance().getSubFiles();
136 HistoryGuru.getInstance().updateRepositories();
145 String publishhost = Management.getInstance()
[all...]
H A DManagement.java51 * instance through the static factory method getInstance().
77 public static synchronized Management getInstance(Properties ogaProperties) { method in class:Management
88 public static Management getInstance() { method in class:Management
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java67 public static RuntimeEnvironment getInstance() { method in class:RuntimeEnvironment
840 HistoryGuru.getInstance().invalidateRepositories(configuration.getRepositories());
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 29 milliseconds