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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java64 private final int scanningDepth; field in class:HistoryGuru
73 scanningDepth = cfg.getScanningDepth();
385 * @param depth current depth - using global scanningDepth - one can limit
411 } else if (depth<=scanningDepth) {
433 } else if (depth<=scanningDepth) {
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java146 private int scanningDepth; field in class:Configuration
187 return scanningDepth;
193 * @param scanningDepth the scan depth to set.
195 public void setScanningDepth(int scanningDepth) { argument
196 this.scanningDepth = scanningDepth;

Completed in 259 milliseconds