You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2005/11/13 14:08:10 UTC

svn commit: r332980 - /jakarta/commons/proper/io/trunk/xdocs/tasks.xml

Author: scolebourne
Date: Sun Nov 13 05:08:08 2005
New Revision: 332980

URL: http://svn.apache.org/viewcvs?rev=332980&view=rev
Log:
More tasks

Modified:
    jakarta/commons/proper/io/trunk/xdocs/tasks.xml

Modified: jakarta/commons/proper/io/trunk/xdocs/tasks.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/xdocs/tasks.xml?rev=332980&r1=332979&r2=332980&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/xdocs/tasks.xml (original)
+++ jakarta/commons/proper/io/trunk/xdocs/tasks.xml Sun Nov 13 05:08:08 2005
@@ -27,7 +27,9 @@
       <ul>
         <li>A proper user guide</li>
         <li>A FileWriter that takes an encoding (base on LockableFileWriter)</li>
-        <li>An iterator through the lines of a file</li>
+        <li>A URLUtils class that has many of the FileUtils operations, but for a URL</li>
+        <li>An iterator over the files in a directory</li>
+        <li>An iterator over the lines in a file</li>
         <li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard]</li>
         <li>A "hot folder" handler which triggers an action when a new file has been uploaded to an FTP directory, for example.</li>
         <li>JoinReader/ConcatReader. One in GenJava, one submitted to Bayard</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org