blob: 76919fd3e88bc5f6b0674fd2010306f177149ce7 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You 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 language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Tasks</title>
<author email="[email protected]">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>A URLUtils class that has many of the FileUtils operations, but for a URL</li>
<li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard] (One implemented in bugzilla awaiting investigation)</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>
</ul>
</section>
</body>
</document>