com.mchange.io.impl
Class DirectoryDescendingFileFinderImpl

java.lang.Object
  extended by com.mchange.io.impl.DirectoryDescendingFileFinderImpl
All Implemented Interfaces:
FileEnumeration, IOEnumeration

Deprecated. use com.mchange.v2.io.DirectoryDescentUtils

public class DirectoryDescendingFileFinderImpl
extends Object
implements IOEnumeration, FileEnumeration


Constructor Summary
DirectoryDescendingFileFinderImpl(File root)
          Deprecated.  
DirectoryDescendingFileFinderImpl(File root, FilenameFilter filter, boolean canonical)
          Deprecated.  
 
Method Summary
 boolean hasMoreElements()
          Deprecated.  
 boolean hasMoreFiles()
          Deprecated.  
static void main(String[] argv)
          Deprecated.  
 Object nextElement()
          Deprecated.  
 File nextFile()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryDescendingFileFinderImpl

public DirectoryDescendingFileFinderImpl(File root,
                                         FilenameFilter filter,
                                         boolean canonical)
                                  throws IOException
Deprecated. 
Throws:
IOException

DirectoryDescendingFileFinderImpl

public DirectoryDescendingFileFinderImpl(File root)
                                  throws IOException
Deprecated. 
Throws:
IOException
Method Detail

hasMoreFiles

public boolean hasMoreFiles()
Deprecated. 
Specified by:
hasMoreFiles in interface FileEnumeration

nextFile

public File nextFile()
              throws IOException
Deprecated. 
Specified by:
nextFile in interface FileEnumeration
Throws:
IOException

hasMoreElements

public boolean hasMoreElements()
Deprecated. 
Specified by:
hasMoreElements in interface IOEnumeration

nextElement

public Object nextElement()
                   throws IOException
Deprecated. 
Specified by:
nextElement in interface IOEnumeration
Throws:
IOException

main

public static void main(String[] argv)
Deprecated.