com.mchange.io
Interface FileEnumeration

All Superinterfaces:
IOEnumeration
All Known Implementing Classes:
DirectoryDescendingFileFinderImpl

public interface FileEnumeration
extends IOEnumeration


Method Summary
 boolean hasMoreFiles()
           
 File nextFile()
           
 
Methods inherited from interface com.mchange.io.IOEnumeration
hasMoreElements, nextElement
 

Method Detail

hasMoreFiles

boolean hasMoreFiles()
                     throws IOException
Throws:
IOException

nextFile

File nextFile()
              throws IOException
Throws:
IOException