Searched defs:setScanningDepth (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java225 public void setScanningDepth(int scanningDepth) { method in class:Configuration
281 setScanningDepth(defaultScanningDepth); // default depth of scanning for repositories
H A DRuntimeEnvironment.java248 public void setScanningDepth(int scanningDepth) { method in class:RuntimeEnvironment
249 threadConfig.get().setScanningDepth(scanningDepth);

Completed in 15 milliseconds