org.incava.io
public class Find extends Object
find(1)-like behavior.
| Method Summary | |
|---|---|
| static void | getFileList(List fileList, String name, String suffix)
Passes back a list of files. |
| static String[] | getFileList(String[] names, String suffix)
Returns an array of files, collected from the names list.
|
suffix. If
name refers to a file, it is simply added to the list.names list.
Directories are processed recursively, collecting files with
suffix. If name refers to a file, it is simply
added to the list.