public class GroovyCallbackWalker extends org.apache.commons.io.DirectoryWalker<File>
| Constructor and Description |
|---|
GroovyCallbackWalker() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
handleDirectory(File directory,
int depth,
Collection<File> results) |
protected void |
handleFile(File file,
int depth,
Collection<File> results) |
List<File> |
load(File file)
The starting directory
|
protected boolean handleDirectory(File directory, int depth, Collection<File> results) throws IOException
handleDirectory in class org.apache.commons.io.DirectoryWalker<File>IOExceptionprotected void handleFile(File file, int depth, Collection<File> results) throws IOException
handleFile in class org.apache.commons.io.DirectoryWalker<File>IOExceptionpublic List<File> load(File file) throws IOException
file - A file object pointing to the directoryIOException - for all sorts of I/O errorsThis documentation was released into the public domain.