public class DirectoryDescendingFileFinderImpl extends Object implements IOEnumeration, FileEnumeration
| Constructor and Description |
|---|
DirectoryDescendingFileFinderImpl(File root)
Deprecated.
|
DirectoryDescendingFileFinderImpl(File root,
FilenameFilter filter,
boolean canonical)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements()
Deprecated.
|
boolean |
hasMoreFiles()
Deprecated.
|
static void |
main(String[] argv)
Deprecated.
|
Object |
nextElement()
Deprecated.
|
File |
nextFile()
Deprecated.
|
public DirectoryDescendingFileFinderImpl(File root, FilenameFilter filter, boolean canonical) throws IOException
IOExceptionpublic DirectoryDescendingFileFinderImpl(File root) throws IOException
IOExceptionpublic boolean hasMoreFiles()
hasMoreFiles in interface FileEnumerationpublic File nextFile() throws IOException
nextFile in interface FileEnumerationIOExceptionpublic boolean hasMoreElements()
hasMoreElements in interface IOEnumerationpublic Object nextElement() throws IOException
nextElement in interface IOEnumerationIOExceptionpublic static void main(String[] argv)