Skip to content

Commit d1338b0

Browse files
author
Stephen Colebourne
committed
More tasks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@332980 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0260946 commit d1338b0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

xdocs/tasks.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ limitations under the License.
2727
<ul>
2828
<li>A proper user guide</li>
2929
<li>A FileWriter that takes an encoding (base on LockableFileWriter)</li>
30-
<li>An iterator through the lines of a file</li>
30+
<li>A URLUtils class that has many of the FileUtils operations, but for a URL</li>
31+
<li>An iterator over the files in a directory</li>
32+
<li>An iterator over the lines in a file</li>
3133
<li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard]</li>
3234
<li>A "hot folder" handler which triggers an action when a new file has been uploaded to an FTP directory, for example.</li>
3335
<li>JoinReader/ConcatReader. One in GenJava, one submitted to Bayard</li>

0 commit comments

Comments
 (0)