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 boolean
hasMoreElements()
Deprecated.boolean
hasMoreFiles()
Deprecated.static void
main(java.lang.String[] argv)
Deprecated.java.lang.Object
nextElement()
Deprecated.java.io.File
nextFile()
Deprecated.
-
-
-
Constructor Detail
-
DirectoryDescendingFileFinderImpl
public DirectoryDescendingFileFinderImpl(java.io.File root, java.io.FilenameFilter filter, boolean canonical) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
DirectoryDescendingFileFinderImpl
public DirectoryDescendingFileFinderImpl(java.io.File root) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Method Detail
-
hasMoreFiles
public boolean hasMoreFiles()
Deprecated.- Specified by:
hasMoreFiles
in interfaceFileEnumeration
-
nextFile
public java.io.File nextFile() throws java.io.IOException
Deprecated.- Specified by:
nextFile
in interfaceFileEnumeration
- Throws:
java.io.IOException
-
hasMoreElements
public boolean hasMoreElements()
Deprecated.- Specified by:
hasMoreElements
in interfaceIOEnumeration
-
nextElement
public java.lang.Object nextElement() throws java.io.IOException
Deprecated.- Specified by:
nextElement
in interfaceIOEnumeration
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] argv)
Deprecated.
-
-