|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mchange.io.impl.DirectoryDescendingFileFinderImpl
public class DirectoryDescendingFileFinderImpl
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 |
---|
public DirectoryDescendingFileFinderImpl(File root, FilenameFilter filter, boolean canonical) throws IOException
IOException
public DirectoryDescendingFileFinderImpl(File root) throws IOException
IOException
Method Detail |
---|
public boolean hasMoreFiles()
hasMoreFiles
in interface FileEnumeration
public File nextFile() throws IOException
nextFile
in interface FileEnumeration
IOException
public boolean hasMoreElements()
hasMoreElements
in interface IOEnumeration
public Object nextElement() throws IOException
nextElement
in interface IOEnumeration
IOException
public static void main(String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |