Searched defs:scanningDepth (Results 1 - 3 of 3) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java62 private final int scanningDepth; field in class:HistoryGuru
71 scanningDepth=env.getScanningDepth();
302 * @param depth current depth - using global scanningDepth - one can limit
327 } else if (depth<=scanningDepth) {
350 } else if (depth<=scanningDepth) {
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java117 private int scanningDepth; field in class:Configuration
158 return scanningDepth;
161 public void setScanningDepth(int scanningDepth) { argument
162 this.scanningDepth = scanningDepth;
H A DRuntimeEnvironment.java102 public void setScanningDepth(int scanningDepth) { argument
103 threadConfig.get().setScanningDepth(scanningDepth);

Completed in 1152 milliseconds