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
IOException
public DirectoryDescendingFileFinderImpl(File root) throws IOException
IOException
public boolean hasMoreFiles()
hasMoreFiles
in interface FileEnumeration
public File nextFile() throws IOException
nextFile
in interface FileEnumeration
IOException
public boolean hasMoreElements()
hasMoreElements
in interface IOEnumeration
public Object nextElement() throws IOException
nextElement
in interface IOEnumeration
IOException
public static void main(String[] argv)
Copyright © 2017 com.mchange. All rights reserved.