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

/packages/apps/Email/src/org/apache/commons/io/
H A DDirectoryWalker.java260 private final int depthLimit; field in class:DirectoryWalker
278 * @param depthLimit controls how <i>deep</i> the hierarchy is
281 protected DirectoryWalker(FileFilter filter, int depthLimit) { argument
283 this.depthLimit = depthLimit;
297 * @param depthLimit controls how <i>deep</i> the hierarchy is
300 protected DirectoryWalker(IOFileFilter directoryFilter, IOFileFilter fileFilter, int depthLimit) { argument
310 this.depthLimit = depthLimit;
355 if (depthLimit <
[all...]

Completed in 4 milliseconds