Searched refs:isQuickContextScan (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DContext.java222 if (!RuntimeEnvironment.getConfig().isQuickContextScan()) {
/opengrok-jel/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java243 assertTrue(cfg.isQuickContextScan());
245 assertFalse(cfg.isQuickContextScan());
/opengrok-jel/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java51 * The value returned by {@link RuntimeEnvironment#isQuickContextScan()}
62 RuntimeEnvironment.getConfig().isQuickContextScan();
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java736 public boolean isQuickContextScan() { method in class:Configuration

Completed in 16 milliseconds