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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DDirectoryWalker.java61 * walk(startDirectory, results);
161 * <li>The <code>walk()</code> method traps thrown {@link CancelException}
193 * will cause the walk to stop immediately. The <code>handleCancelled()</code>
258 * The limit on the directory depth to walk.
273 * part of the walk. The {@link FileFilterUtils} class is useful for combining
291 * of the walk. This constructor uses {@link FileFilterUtils#makeDirectoryOnly(IOFileFilter)}
320 * Writers of subclasses should call this method to start the directory walk.
329 protected final void walk(File startDirectory, Collection results) throws IOException { method in class:DirectoryWalker
335 walk(startDirectory, 0, results);
350 private void walk(Fil method in class:DirectoryWalker
[all...]

Completed in 57 milliseconds