1*0c4d7b72SSadaf Ebrahimi<?xml version="1.0"?> 2*0c4d7b72SSadaf Ebrahimi<!-- 3*0c4d7b72SSadaf EbrahimiLicensed to the Apache Software Foundation (ASF) under one or more 4*0c4d7b72SSadaf Ebrahimicontributor license agreements. See the NOTICE file distributed with 5*0c4d7b72SSadaf Ebrahimithis work for additional information regarding copyright ownership. 6*0c4d7b72SSadaf EbrahimiThe ASF licenses this file to You under the Apache License, Version 2.0 7*0c4d7b72SSadaf Ebrahimi(the "License"); you may not use this file except in compliance with 8*0c4d7b72SSadaf Ebrahimithe License. You may obtain a copy of the License at 9*0c4d7b72SSadaf Ebrahimi 10*0c4d7b72SSadaf Ebrahimi http://www.apache.org/licenses/LICENSE-2.0 11*0c4d7b72SSadaf Ebrahimi 12*0c4d7b72SSadaf EbrahimiUnless required by applicable law or agreed to in writing, software 13*0c4d7b72SSadaf Ebrahimidistributed under the License is distributed on an "AS IS" BASIS, 14*0c4d7b72SSadaf EbrahimiWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15*0c4d7b72SSadaf EbrahimiSee the License for the specific language governing permissions and 16*0c4d7b72SSadaf Ebrahimilimitations under the License. 17*0c4d7b72SSadaf Ebrahimi--> 18*0c4d7b72SSadaf Ebrahimi<document> 19*0c4d7b72SSadaf Ebrahimi <properties> 20*0c4d7b72SSadaf Ebrahimi <title>Tasks</title> 21*0c4d7b72SSadaf Ebrahimi <author email="[email protected]">Commons Documentation Team</author> 22*0c4d7b72SSadaf Ebrahimi </properties> 23*0c4d7b72SSadaf Ebrahimi <body> 24*0c4d7b72SSadaf Ebrahimi <section name="Tasks and Ideas for the future"> 25*0c4d7b72SSadaf Ebrahimi <p> 26*0c4d7b72SSadaf Ebrahimi The following are some of the proposed ideas and tasks for commons-io: 27*0c4d7b72SSadaf Ebrahimi </p> 28*0c4d7b72SSadaf Ebrahimi <ul> 29*0c4d7b72SSadaf Ebrahimi <li>A proper user guide</li> 30*0c4d7b72SSadaf Ebrahimi <li>A URLUtils class that has many of the FileUtils operations, but for a URL</li> 31*0c4d7b72SSadaf Ebrahimi <li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard] (One implemented in bugzilla awaiting investigation)</li> 32*0c4d7b72SSadaf Ebrahimi <li>A "hot folder" handler which triggers an action when a new file has been uploaded to an FTP directory, for example.</li> 33*0c4d7b72SSadaf Ebrahimi <li>JoinReader/ConcatReader. One in GenJava, one submitted to Bayard</li> 34*0c4d7b72SSadaf Ebrahimi <li>FormattedWriter, when it writes out values it uses Format objects to output them. </li> 35*0c4d7b72SSadaf Ebrahimi <li>FixedWidthReader. Reads in files with a known width, ie) mainframe like. </li> 36*0c4d7b72SSadaf Ebrahimi </ul> 37*0c4d7b72SSadaf Ebrahimi </section> 38*0c4d7b72SSadaf Ebrahimi </body> 39*0c4d7b72SSadaf Ebrahimi</document> 40