We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0260946 commit d1338b0Copy full SHA for d1338b0
1 file changed
xdocs/tasks.xml
@@ -27,7 +27,9 @@ limitations under the License.
27
<ul>
28
<li>A proper user guide</li>
29
<li>A FileWriter that takes an encoding (base on LockableFileWriter)</li>
30
- <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>
31
+ <li>An iterator over the files in a directory</li>
32
+ <li>An iterator over the lines in a file</li>
33
<li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard]</li>
34
<li>A "hot folder" handler which triggers an action when a new file has been uploaded to an FTP directory, for example.</li>
35
<li>JoinReader/ConcatReader. One in GenJava, one submitted to Bayard</li>
0 commit comments