Package com.mchange.io.impl
Class DirectoryDescendingFileFinderImpl
- java.lang.Object
-
- com.mchange.io.impl.DirectoryDescendingFileFinderImpl
-
- All Implemented Interfaces:
FileEnumeration,IOEnumeration
public class DirectoryDescendingFileFinderImpl extends java.lang.Object implements IOEnumeration, FileEnumeration
Deprecated.use com.mchange.v2.io.DirectoryDescentUtils
-
-
Constructor Summary
Constructors Constructor Description DirectoryDescendingFileFinderImpl(java.io.File root)Deprecated.DirectoryDescendingFileFinderImpl(java.io.File root, java.io.FilenameFilter filter, boolean canonical)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanhasMoreElements()Deprecated.booleanhasMoreFiles()Deprecated.static voidmain(java.lang.String[] argv)Deprecated.java.lang.ObjectnextElement()Deprecated.java.io.FilenextFile()Deprecated.
-
-
-
Constructor Detail
-
DirectoryDescendingFileFinderImpl
public DirectoryDescendingFileFinderImpl(java.io.File root, java.io.FilenameFilter filter, boolean canonical) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
DirectoryDescendingFileFinderImpl
public DirectoryDescendingFileFinderImpl(java.io.File root) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
-
Method Detail
-
hasMoreFiles
public boolean hasMoreFiles()
Deprecated.- Specified by:
hasMoreFilesin interfaceFileEnumeration
-
nextFile
public java.io.File nextFile() throws java.io.IOExceptionDeprecated.- Specified by:
nextFilein interfaceFileEnumeration- Throws:
java.io.IOException
-
hasMoreElements
public boolean hasMoreElements()
Deprecated.- Specified by:
hasMoreElementsin interfaceIOEnumeration
-
nextElement
public java.lang.Object nextElement() throws java.io.IOExceptionDeprecated.- Specified by:
nextElementin interfaceIOEnumeration- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] argv)
Deprecated.
-
-