Package com.mchange.io.impl
Class DirectoryDescendingFileFinderImpl
java.lang.Object
com.mchange.io.impl.DirectoryDescendingFileFinderImpl
- All Implemented Interfaces:
FileEnumeration
,IOEnumeration
public class DirectoryDescendingFileFinderImpl
extends Object
implements IOEnumeration, FileEnumeration
Deprecated.
use com.mchange.v2.io.DirectoryDescentUtils
-
Constructor Summary
ConstructorDescriptionDeprecated.DirectoryDescendingFileFinderImpl
(File root, FilenameFilter filter, boolean canonical) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.boolean
Deprecated.static void
Deprecated.Deprecated.nextFile()
Deprecated.
-
Constructor Details
-
DirectoryDescendingFileFinderImpl
public DirectoryDescendingFileFinderImpl(File root, FilenameFilter filter, boolean canonical) throws IOException Deprecated.- Throws:
IOException
-
DirectoryDescendingFileFinderImpl
Deprecated.- Throws:
IOException
-
-
Method Details
-
hasMoreFiles
public boolean hasMoreFiles()Deprecated.- Specified by:
hasMoreFiles
in interfaceFileEnumeration
-
nextFile
Deprecated.- Specified by:
nextFile
in interfaceFileEnumeration
- Throws:
IOException
-
hasMoreElements
public boolean hasMoreElements()Deprecated.- Specified by:
hasMoreElements
in interfaceIOEnumeration
-
nextElement
Deprecated.- Specified by:
nextElement
in interfaceIOEnumeration
- Throws:
IOException
-
main
Deprecated.
-