bayard      2002/11/12 00:11:17

  Modified:    io       STATUS.html
  Log:
  Added in TODOs
  
  Revision  Changes    Path
  1.5       +15 -2     jakarta-commons-sandbox/io/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/io/STATUS.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- STATUS.html       12 Nov 2002 07:38:28 -0000      1.4
  +++ STATUS.html       12 Nov 2002 08:11:17 -0000      1.5
  @@ -59,8 +59,21 @@
      <a name="Action Items"></a> 
   <h3>5.  ACTION ITEMS</h3>
     
  -<p>The following action items need to be completed prior to a Version 1.3 
  +<p>The following action items need to be completed prior to a Version 1.0 
   release of this component:</p>
  +<ul>
  +  <li>Compress - Move the compress sub-package out of IO</li>
  +  <li>Rewrite the FileFilters to depend on Predicates. This makes AndFileFilter etc 
unneeded</li>
  +  <li>Create a FileFilterUtils for hiding the predicates behind</li>
  +  <li>Create a PredicateFileFilter to serve as a predicate adaptor</li>
  +</ul>
  +<h5>5.1  NEW CODE</h5>
  +<ul>
  +  <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>JoinReader/ConcatReader. One in GenJava, one submitted to Bayard</li>
  +  <li>Finder system. Generic code to find things in things. So FileFinder, 
ClassFinder, ZipFinder. Probably too big for IO</li>
  +</ul>
     
   <table border="1">
       <tbody>
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to