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