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.IOException
public DirectoryDescendingFileFinderImpl(java.io.File root) throws java.io.IOException
java.io.IOException
public boolean hasMoreFiles()
hasMoreFiles
in interface FileEnumeration
public java.io.File nextFile() throws java.io.IOException
nextFile
in interface FileEnumeration
java.io.IOException
public boolean hasMoreElements()
hasMoreElements
in interface IOEnumeration
public java.lang.Object nextElement() throws java.io.IOException
nextElement
in interface IOEnumeration
java.io.IOException
public static void main(java.lang.String[] argv)