com.activequant.utils
Class FileTraversal

java.lang.Object
  extended by com.activequant.utils.FileTraversal

public class FileTraversal
extends Object

copy paste from : http://vafer.org/blog/20071112204524/

Author:
Torsten Curdt

Constructor Summary
FileTraversal()
           
 
Method Summary
 void onDirectory(File d)
           
 void onFile(File f)
           
 void traverse(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTraversal

public FileTraversal()
Method Detail

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.