Uses of Class
gov.nasa.pds.citool.file.FileList
-
Packages that use FileList Package Description gov.nasa.pds.citool.file -
-
Uses of FileList in gov.nasa.pds.citool.file
Methods in gov.nasa.pds.citool.file that return FileList Modifier and Type Method Description FileList
FileListGenerator. crawl(URL url, boolean getSubDirURLs)
Crawls a directory URL, looking for files and sub-directories.FileList
FileListGenerator. visitDir(File dir, boolean getSubDirs)
Gets a list of files under a given directory.FileList
FileListGenerator. visitTarget(String target, boolean getSubDirs)
Allows one to pass in a file or URL.
-