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
ConstructorsConstructorDescriptionDeprecated.DirectoryDescendingFileFinderImpl(File root, FilenameFilter filter, boolean canonical) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanDeprecated.static voidDeprecated.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:
hasMoreFilesin interfaceFileEnumeration
-
nextFile
Deprecated.- Specified by:
nextFilein interfaceFileEnumeration- Throws:
IOException
-
hasMoreElements
public boolean hasMoreElements()Deprecated.- Specified by:
hasMoreElementsin interfaceIOEnumeration
-
nextElement
Deprecated.- Specified by:
nextElementin interfaceIOEnumeration- Throws:
IOException
-
main
Deprecated.
-