public class FileFind extends Object
java org.terrier.applications.FileFind c:\
Constructor and Description |
---|
FileFind() |
Modifier and Type | Method and Description |
---|---|
static void |
findFiles(List<String> fileList,
LinkedList<String> dirList)
Take 1 directory from the front of dirList, and add all files and
directories it finds in that directory.
|
static void |
main(String[] args)
Takes a list of command line parameters of filenames
and directories.
|
public static void findFiles(List<String> fileList, LinkedList<String> dirList)
fileList
- List of files found so far.dirList
- List of directories remaining to be processedpublic static void main(String[] args)
args
- command line arguments - list of directoriesTerrier 4.0. Copyright © 2004-2014 University of Glasgow