blob: 6d7f87d8167eb9e056d0b189eed86bfefd87446d [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright 2002-2005 The Apache Software Foundation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific iouage governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Tasks</title>
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
</properties>
<body>
<section name="Tasks and Ideas for the future">
<p>
The following are some of the proposed ideas and tasks for commons-io:
</p>
<ul>
<li>A proper user guide.</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>
<li>FormattedWriter, when it writes out values it uses Format objects to output them. </li>
<li>FixedWidthReader. Reads in files with a known width, ie) mainframe like. </li>
<li>FileUtils could use a copyDirectory() method (possibly making use of IOFileFilters)</li>
</ul>
</section>
</body>
</document>