Author: scolebourne
Date: Sun Dec  3 10:10:56 2006
New Revision: 481848

URL: http://svn.apache.org/viewvc?view=rev&rev=481848
Log:
IO-86 - Release notes for DirectoryWalker

Modified:
    jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt

Modified: jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt?view=diff&rev=481848&r1=481847&r2=481848
==============================================================================
--- jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt Sun Dec  3 10:10:56 2006
@@ -78,6 +78,12 @@
 
 Enhancements from 1.2
 ---------------------
+- DirectoryWalker [IO-86]
+  - New class designed for subclassing to walk through a set of files.
+    DirectoryWalker provides the walk of the directories, filtering of
+    directories and files, and cancellation support. The subclass must provide
+    the specific behaviour, such as text searching or image processing.
+
 - IOCase
   - New class/enumeration for case-sensitivity control
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to