com.activequant.utils
Class FileTraversal
java.lang.Object
com.activequant.utils.FileTraversal
public class FileTraversal
- extends Object
copy paste from : http://vafer.org/blog/20071112204524/
- Author:
- Torsten Curdt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileTraversal
public FileTraversal()
traverse
public final void traverse(File f)
throws IOException
- Throws:
IOException
onDirectory
public void onDirectory(File d)
onFile
public void onFile(File f)
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.