public class GroovyClasspathWalker extends org.apache.commons.io.DirectoryWalker<File>
| Constructor and Description |
|---|
GroovyClasspathWalker(groovy.lang.GroovyClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleDirectoryStart(File directory,
int depth,
Collection<File> results) |
protected void |
handleFile(File file,
int depth,
Collection<File> results) |
void |
load(File file)
The starting directory
|
public GroovyClasspathWalker(groovy.lang.GroovyClassLoader loader)
protected void handleDirectoryStart(File directory, int depth, Collection<File> results) throws IOException
handleDirectoryStart 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 void load(File file)
file - A file object pointing to the directoryThis documentation was released into the public domain.