jeremias    2004/03/12 14:34:05

  Modified:    io/xdocs tasks.xml
  Log:
  Add a few ideas.
  
  Revision  Changes    Path
  1.27      +2 -0      jakarta-commons/io/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/io/xdocs/tasks.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- tasks.xml 29 Feb 2004 22:04:59 -0000      1.26
  +++ tasks.xml 12 Mar 2004 22:34:05 -0000      1.27
  @@ -17,6 +17,7 @@
           <li>FilenameUtils: This class is a big mess ATM. We need to clean it 
up.</li>
           <li>A CsvReader/Writer set of classes in a csv sub-package</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>
  @@ -26,6 +27,7 @@
               in memory just as the original but starts to write to a temp file when
               a given number of bytes is surpassed. This is to reduce the memory
               usage for big "things".</li>
  +        <li>FileUtils could use a copyDirectory() method (possibly making use of 
IOFileFilters)</li>
         </ul>
       </section>
       <section name="Misc.">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to